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/ ---------------------------------------------------------------------