Monday 26 August 2013

PHP variable validation before sending to next page

PHP variable validation before sending to next page

Question : I want to validate the the data in all text boxes before
sending them to next page in a php page.
Extra info : If I send data directly to next page using submit button it
gets transfered properly. However when I try to validate it on the same
page and then transfer it to next page using header method the next page
do not get the values.

No comments:

Post a Comment