Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP - printing all data from form 1

Status
Not open for further replies.

annasue

Technical User
Mar 20, 2004
21
0
0
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.
 
if $POST['submit'] if the form uses POST

or $_GET['submit'] if the form uses GET


Bastien

Cat, the other other white meat
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top