/    Sign up×
Community /Pin to ProfileBookmark

how to run a function on submision

how do you make a function run when you submit a form

to post a comment
PHP

2 Comments(s)

Copy linkTweet thisAlerts:
@NogDogApr 02.2006 — Are you talking about a page which has both the form and the form-handling on it?

If so, I normally give the form's submit button a name which I can test for:
[code=html]
<input type="submit" name="form_submit" value="Submit">
[/code]

[code=php]
if(isset($_POST['form_submit']))
{
// do whatever needs doing here if the form has been submitted.
}
[/code]
Copy linkTweet thisAlerts:
@Heavy_MetalauthorApr 02.2006 — thanks you'v resolved the issue
×

Success!

Help @Heavy_Metal spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.20,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...