I'm sorry, here I forgot the last ")
EDIT: please completely recopy the code, I made some coding errors and a full copy is needed. I can't seem to get the redirect working but maybe its just me. Anyways the PHP part works now.Code:$id=$_POST['id']; if ($id=="1232343") { print(" <html> <head> <script type=\"text/javascript\"> setTimeOut(\"window.location='nextpage.html'\",1); </script> </head> <body> </body> </html> "); } else { print(" <html> <head> <script type=\"text/javascript\"> setTimeOut(\"window.location='javascript.go:history(-1)'\",5000); </script> </head> <body> ID wrong, please try again. </body> </html> "); }



Reply With Quote


Bookmarks