If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > forward variables with header

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-04-04, 05:46
noamkrief noamkrief is offline
Registered User
 
Join Date: Dec 2003
Posts: 61
forward variables with header

I have an if statement that if true, it forwards the user to a help page...

On that help page i have

<form action="../<?php echo '$backtopage';?>">
<input type="submit">

The page they originally came from is now 2 pages back.

2 pages back i have something like:
<input type="hidden" name="backtopage" value="../complexquery.php">

this form goes to another page which has that IF statement and if the statement is true, it forwards the user to the help page....

The variable $backtopage forwards fine to the second page with the IF statement...
How can i make it go to the help page?

Thanks
Noam
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On