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

From Adrian Tineo
Subject Re: [OT] PHP for ASP programmers
Date
Msg-id 001d01c2cb74$73d9e5a0$f8ddd8d9@supercable.es
Whole thread Raw
In response to [OT] PHP for ASP programmers  (Ludwig Lim <lud_nowhere_man@yahoo.com>)
List 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 by date:

Previous
From: Andrew McMillan
Date:
Subject: Re: [OT] PHP for ASP programmers
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: [OT] PHP for ASP programmers