Mar 27, 2004 #1 annasue Technical User Mar 20, 2004 21 US Is there a way, like in perl, to print all the data being returned to your .php file from a form? I have a Submit button and "think" I have it coded correctly but if I test: if ($submit) I get a false. Thanks in advance.
Is there a way, like in perl, to print all the data being returned to your .php file from a form? I have a Submit button and "think" I have it coded correctly but if I test: if ($submit) I get a false. Thanks in advance.
Mar 27, 2004 1 #2 bastienk Programmer Mar 3, 2004 326 CA if $POST['submit'] if the form uses POST or $_GET['submit'] if the form uses GET Bastien Cat, the other other white meat Upvote 0 Downvote
if $POST['submit'] if the form uses POST or $_GET['submit'] if the form uses GET Bastien Cat, the other other white meat