Jump to content

Returning to specific page


straygrey

Recommended Posts

I have a series of php & html that the user needs to go through to achieve a task and the last script in the scenario is a php.
From that last php I need to return to the 1st in sequence and I am not getting there using the Header (Location: MainMenu.shtml) construct. Is there a better way?

The scenario might look like MainMenu.shtml->u.shtml->ud.shtml->uu.php and on successful completion of uu.php return to MainMenu.shtml.  ???
Link to comment
https://forums.phpfreaks.com/topic/35512-returning-to-specific-page/
Share on other sites

It does not give an error message. It waits for the :-
<META HTTP-EQUIV="Refresh" CONTENT="120;URL=Administration.php">
and times out and I want to get there immediately not after 120 seconds but I cannot alter the META line as I want the 120 second timeout to happen if the users goes to tea in the middle of.
The Header ("Location: ../MainMenu.shtml"); makes no difference. It still times out.

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.