Re: [OT] PHP for ASP programmers

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: [OT] PHP for ASP programmers
Дата
Msg-id 20030203174420.GA29329@wolff.to
обсуждение исходный текст
Ответ на [OT] PHP for ASP programmers  (Ludwig Lim <lud_nowhere_man@yahoo.com>)
Список pgsql-php
On Mon, Feb 03, 2003 at 02:16:39 -0800,
  Ludwig Lim <lud_nowhere_man@yahoo.com> wrote:
>
>    How does one "redirect" in PHP. I've use
> combination of echo and META tags, but I'm not sure if
> this is the standard practice for PHP programmers.

Using a meta-refresh header in html to do redirection isn't a good idea. The
correct way is to use a location header in the response and an appropiate
response code (indication if the redirection is temporary or permanent).

В списке pgsql-php по дате отправления:

Предыдущее
От: Zak Greant
Дата:
Сообщение: Re: [OT] PHP for ASP programmers
Следующее
От: Steve Crawford
Дата:
Сообщение: Re: [OT] PHP for ASP programmers