Re: [OT] PHP for ASP programmers - Mailing list pgsql-php

From Bruno Wolff III
Subject Re: [OT] PHP for ASP programmers
Date
Msg-id 20030203174420.GA29329@wolff.to
Whole thread Raw
In response to [OT] PHP for ASP programmers  (Ludwig Lim <lud_nowhere_man@yahoo.com>)
List 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 by date:

Previous
From: Zak Greant
Date:
Subject: Re: [OT] PHP for ASP programmers
Next
From: Steve Crawford
Date:
Subject: Re: [OT] PHP for ASP programmers