saghir69
02-23-2008, 03:58 AM
I have a form on my site that uses post to send the data to a page called process.php
everything is working fine when the data is submitted from the form page. but if I directly type www.mysite.com/process.php I get blank values, obviusly because the form was not submitted.
How can i check on the process.php to check if the form was submitted and if not I display a message for the visitor to go back to form page..
I think is something like
is $_post == true
can someone help thanks.
everything is working fine when the data is submitted from the form page. but if I directly type www.mysite.com/process.php I get blank values, obviusly because the form was not submitted.
How can i check on the process.php to check if the form was submitted and if not I display a message for the visitor to go back to form page..
I think is something like
is $_post == true
can someone help thanks.
