Jump to content

PHP & Javascript


elHelgo

Recommended Posts

When the form is submitted to your php script the value of all the fields will be in  either the $_GET or $_POST array depending on the method used to submit the form. The value would be in either $_GET['field'] or $_POST['field'].

More information can be found in the [url=http://www.php.net/manual/en/language.variables.external.php]manual[/url]

Ken
Link to comment
https://forums.phpfreaks.com/topic/33510-php-javascript/#findComment-156839
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.