nual/en/ref.outcontrol.php
>
> -Kevin
>
> - Original Message -
> From: "Anna Gyor" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, October 01, 2002 2:35 PM
> Subject: Re: [PHP] Call HTML from php
>
>
> > First thanks a lot, but
is the
> - Original Message -
> From: "Anna Gyor" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, October 01, 2002 9:35 PM
> Subject: Re: [PHP] Call HTML from php
>
>
> > First thanks a lot, but
> >
> > I have t
what is on line 3?
is the
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 01, 2002 9:35 PM
Subject: Re: [PHP] Call HTML from php
> First thanks a lot, but
>
> I have the following code:
>
> $database="PH";
> mysql_connect(localhost,"test",&quo
First thanks a lot, but
I have the following code:
0){ Header("Location: file://c:/Test/company.html"); }
else { Header("Location: file://c:/Test/register.html"); }
?>
And I become an error message:
Warning: Cannot add header information - headers already sent by (output
started at C:\Program
header("location:http://yourstuff";);
Do this before any output to the user. eg echos or displaying html
John
- Original Message -
From: "Anna Gyor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 01, 2002 8:40 PM
Subject: [PHP] Call HTML from php
> Hi,
>
> how can I
> how can I call a html site from my php script? I want to redirect the
user
> to different html site depends on the php script result.
Header("Location: http://www.domain.com/page.html";);
---John Holmes...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.
www.php.net/header
Adam
On Tue, 1 Oct 2002, Anna Gyor wrote:
> Hi,
>
> how can I call a html site from my php script? I want to redirect the user
> to different html site depends on the php script result.
>
> Thanks!
>
>
>
>
>
--
PHP General Mailing List (http://www.
7 matches
Mail list logo