coding for php validation?

Chezzy

New member
Why can't you use javascript.... PHP is server side script you cannot validate something in the text box's unless you've already submitted it
 
I want to create login page and I have to validate using php instead of javascript
I created form
In phpscript i also validated the username and password.
But i want to move to the next page.
What syntax should i provide to move to next page.
Kindly give me detailed code
 
Back
Top