Sep 15, 2002 #1 ojf Instructor Sep 27, 2000 49 NO I am new to PHP and just now I'm trying to convert some ASP-pages to PHP. So what I need just now is: Is there a PHP command / function for the ASP's RESPONSE.REDIRECT ???
I am new to PHP and just now I'm trying to convert some ASP-pages to PHP. So what I need just now is: Is there a PHP command / function for the ASP's RESPONSE.REDIRECT ???
Sep 15, 2002 #2 danielhozac Programmer Aug 21, 2001 2,058 SE Yes, use header and set the Location header. An example: Code: header('Location: [URL unfurl="true"]http://theURL/');[/URL] //Daniel Upvote 0 Downvote
Yes, use header and set the Location header. An example: Code: header('Location: [URL unfurl="true"]http://theURL/');[/URL] //Daniel