Re: RedirectING (asp) by PHP?

From: "Duncan Adams (DNS)" <duncan(dot)adams(at)vcontractor(dot)co(dot)za>
To: <pgsql-php(at)postgresql(dot)org>
Subject: Re: RedirectING (asp) by PHP?
Date: 2003-07-30 11:03:33
Message-ID: 034A824BAA3FBA4CA0CBEF1031A02F3502EB0099@zablv02001.vodacom.corp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)hotmail(dot)com]
Sent: Wednesday, July 30, 2003 12:34 PM
To: pgsql-php(at)postgresql(dot)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 "

Responses

Browse pgsql-php by date

  From Date Subject
Next Message esrefatak 2003-07-30 11:35:41 Re: RedirectING (asp) by PHP?
Previous Message esrefatak 2003-07-30 10:34:25 RedirectING (asp) by PHP?