Re: RedirectING (asp) by PHP?

Поиск
Список
Период
Сортировка
От Duncan Adams (DNS)
Тема Re: RedirectING (asp) by PHP?
Дата
Msg-id 034A824BAA3FBA4CA0CBEF1031A02F3502EB0099@zablv02001.vodacom.corp
обсуждение исходный текст
Ответ на RedirectING (asp) by PHP?  ("esrefatak" <esrefatak@hotmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "esrefatak"
Дата:
Сообщение: RedirectING (asp) by PHP?
Следующее
От: "esrefatak"
Дата:
Сообщение: Re: RedirectING (asp) by PHP?