I only know of two ways to do page redirects with PHP: the header() function
and a META refresh tag. I suppose you could also use PHP to dynamically
generate the javascript code you included in your email. Good luck!

Kirk
 
> ----- Original Message -----
> From: "Wee Chua" <[EMAIL PROTECTED]>
> To: "PHP (E-mail)" <[EMAIL PROTECTED]>
> Sent: Thursday, September 20, 2001 12:49 PM
> Subject: [PHP] Codes in PHP
> 
> 
> > Hi all,
> > I know how to forward a page with PHP, but what if the page 
> I want to
> > forward is the previous page or last page. In javascript, 
> the code is like
> > javascript:historygo(-1). The reason why I want to go back 
> to previous
> page
> > is because I don't want to lose any information on previous 
> page.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to