Hi,
> How can I forward the user to another page?
Redirecting works like this.
http://www.somepage.com/here.htm";);
?>
full URL not needed if the file is local to the domain,
IE
You can even pass arguments like this
Also see http://www.php.net/header
good luck!
On Tue, 16 Jul 2002 06:
Try -> header("location: ")
-Original Message-
From: Joco Paulo Batistella [mailto:[EMAIL PROTECTED]]
Sent: 16 July 2002 14:40
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Forward
How can I forward the user to another page?
Thanks,
JP
__
Do
Hi,
As I understand, you want to redirect user to a
different page. Try header("Location:
http://www.yourdomain.com/";);
Your Header function MUST be called before any output
is send, so take care about that (spaces before
opening php tag, any HTML code and so on..). Otherwise
you will get an e
> -Original Message-
> From: Wayne Hinch [mailto:[EMAIL PROTECTED]]
> Does this get invoked as soon as the page is opened?
>
> -Original Message-
> From: brother [mailto:[EMAIL PROTECTED]]
>
> I most often uses the standard metarefresh, you just have to echo the
> variabels you
On Thursday 18 April 2002 08:26, Wayne Hinch wrote:
> header("Location: [filename.php]");
>
> although this is not working it is bringing up the following error
>
> Warning: Cannot add header information - headers already sent by (output
> started at c:\html/customer/newcust.php:3) in [filen
Does this get invoked as soon as the page is opened?
Wayne
-Original Message-
From: brother [mailto:[EMAIL PROTECTED]]
Sent: 18 April 2002 09:33
To: '[EMAIL PROTECTED]'
Subject: RE: [PHP-WIN] Forward Link
> -Original Message-
> From: Wayne Hinch [mailto:
> -Original Message-
> From: Wayne Hinch [mailto:[EMAIL PROTECTED]]
>
> Hi all,
>
> How can I get a page to automatically forward to the next
> page currently
> I am trying to use
>
> header("Location: [filename.php]");
>
> although this is not working it is bringing up the follo