Re: [OT] PHP for ASP programmers

From: "Adrian Tineo" <adriantineo(at)softhome(dot)net>
To: "Ludwig Lim" <lud_nowhere_man(at)yahoo(dot)com>, pgsql-php(at)postgresql(dot)org
Subject: Re: [OT] PHP for ASP programmers
Date: 2003-02-03 11:07:13
Message-ID: 001d01c2cb74$73d9e5a0$f8ddd8d9@supercable.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-02-03 12:45:12 Re: [OT] PHP for ASP programmers
Previous Message Andrew McMillan 2003-02-03 10:43:04 Re: [OT] PHP for ASP programmers