Page 1 of 1

When submitting

Posted: Wed Apr 22, 2009 4:30 am
by HuaMin
Hi,
The item with the type of 'Submit' but I don't know where to find out more details by the given name? For example, to see more actions behind that.

Re: When submitting

Posted: Wed Apr 22, 2009 5:01 am
by eskio
I do not understand very well your question.

When you submit a form, you can get your variables with $_POST , $_GET or $_REQUEST
if you want to check if the button is clicked (form submitted), you use

Code: Select all

if (isset($_POST['Submit']){
 
}