Re: [OT] PHP for ASP programmers

Поиск
Список
Период
Сортировка
От Andrew McMillan
Тема Re: [OT] PHP for ASP programmers
Дата
Msg-id 1044268984.17709.155.camel@kant.mcmillan.net.nz
обсуждение исходный текст
Ответ на [OT] PHP for ASP programmers  (Ludwig Lim <lud_nowhere_man@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: Ludwig Lim
Дата:
Сообщение: [OT] PHP for ASP programmers
Следующее
От: "Adrian Tineo"
Дата:
Сообщение: Re: [OT] PHP for ASP programmers