Re: RedirectING (asp) by PHP? - Mailing list pgsql-php

From Duncan Adams (DNS)
Subject Re: RedirectING (asp) by PHP?
Date
Msg-id 034A824BAA3FBA4CA0CBEF1031A02F3502EB0099@zablv02001.vodacom.corp
Whole thread Raw
In response to RedirectING (asp) by PHP?  ("esrefatak" <esrefatak@hotmail.com>)
List pgsql-php
header("location:URL");
 
there must be noting send to the web page before this (not even a white space) or u will get an error. if u have to send something first use javascript to redirect
 
some thing like
 
<script>
    location.href="url"
</script>
 
-----Original Message-----
From: esrefatak [mailto:esrefatak@hotmail.com]
Sent: Wednesday, July 30, 2003 12:34 PM
To: pgsql-php@postgresql.org
Subject: [PHP] RedirectING (asp) by PHP?

 
Hi,
 
"redirect" command in PHP?
 
 
 
 
 
“This e-mail is sent on the Terms and Conditions that can be accessed by Clicking on this link http://www.vodacom.net/legal/email.asp "

pgsql-php by date:

Previous
From: "esrefatak"
Date:
Subject: RedirectING (asp) by PHP?
Next
From: "esrefatak"
Date:
Subject: Re: RedirectING (asp) by PHP?