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

From Andrew McMillan
Subject Re: [OT] PHP for ASP programmers
Date
Msg-id 1044268984.17709.155.camel@kant.mcmillan.net.nz
Whole thread Raw
In response to [OT] PHP for ASP programmers  (Ludwig Lim <lud_nowhere_man@yahoo.com>)
List 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/
---------------------------------------------------------------------


pgsql-php by date:

Previous
From: Ludwig Lim
Date:
Subject: [OT] PHP for ASP programmers
Next
From: "Adrian Tineo"
Date:
Subject: Re: [OT] PHP for ASP programmers