Re: [OT] PHP for ASP programmers

Поиск
Список
Период
Сортировка
От Adrian Tineo
Тема Re: [OT] PHP for ASP programmers
Дата
Msg-id 001d01c2cb74$73d9e5a0$f8ddd8d9@supercable.es
обсуждение исходный текст
Ответ на [OT] PHP for ASP programmers  (Ludwig Lim <lud_nowhere_man@yahoo.com>)
Список pgsql-php
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.

Don't know about this.

>    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 use:
header("Location: script.php"); // Before any output to the page or it will
give "headers already sent" error.
Check the docs.

Adrian Tineo


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

Предыдущее
От: Andrew McMillan
Дата:
Сообщение: Re: [OT] PHP for ASP programmers
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: [OT] PHP for ASP programmers