Forum Moderators: coopster
if($numrows < 0){
header("Location:".$nouser);
exit;//abort php script
}
It works beautifully and is coming along nicely. However I need to know if there is a way to pass a variable for $_POST for the next php page as I need it to continue to process the account.
I have looked at [us3.php.net...] and unless I am blind (which is entirely possible ;)) I cant seem to find the answer to my question.
If someone can point me in the right direction that would be great! Thanks!
MM