Re: [OT] PHP for ASP programmers

From: Andrew McMillan <andrew(at)catalyst(dot)net(dot)nz>
To: Ludwig Lim <lud_nowhere_man(at)yahoo(dot)com>
Cc: PostgreSQL Mailing List <pgsql-php(at)postgresql(dot)org>
Subject: Re: [OT] PHP for ASP programmers
Date: 2003-02-03 10:43:04
Message-ID: 1044268984.17709.155.camel@kant.mcmillan.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

On Mon, 2003-02-03 at 23:16, Ludwig Lim wrote:
> Hi:
>
> Does any one know of sites that show equivalent PHP
> function for their ASP counterparts? I've tried
> searching google but I could not find any.
>
> 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.

I don't know about ASP -> PHP, sorry.

I redirect in PHP as:

header( "Location: http://some.other.website/page" );

I had to abuse one of our younger programmers recently for using
redirects as if they were GOTO's - I sincerely hope you're not going to
do that with it :-)

Cheers,
Andrew.
--
---------------------------------------------------------------------
Andrew @ Catalyst .Net.NZ Ltd, PO Box 11-053, Manners St, Wellington
WEB: http://catalyst.net.nz/ PHYS: Level 2, 150-154 Willis St
DDI: +64(4)916-7201 MOB: +64(21)635-694 OFFICE: +64(4)499-2267
Survey for nothing with http://survey.net.nz/
---------------------------------------------------------------------

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Adrian Tineo 2003-02-03 11:07:13 Re: [OT] PHP for ASP programmers
Previous Message Ludwig Lim 2003-02-03 10:16:39 [OT] PHP for ASP programmers