Jump to content

Auto forward after validation


tet3828

Recommended Posts

[code]if (******* == "".$_POST['userName']."" & ******* == "".$_POST['userPass']."") {
echo "Username and password have been validated, thank you...";
echo "Entering Database";
[/code]

after this simple validation script, what would be the best way to forward my user to the next page? (modify.php) without the user having to click a button or link.

no variables need to passed in this situation.
Link to comment
https://forums.phpfreaks.com/topic/26608-auto-forward-after-validation/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.