Hi,
I want to go back to a previous webpage after I check the status of a user. I can useto go to a main page, but when I use something else by either assigning a path and page to a variable inside a page, asCode:header("location: index.php")or using the system asCode:header("location: ".$where)it doesn't work. How can I do this?Code:header("location: ".$SERVER['SCRIPT_NAME'])



Reply With Quote

Bookmarks