Re: how to redirect to a path( a string variable )
Posted by Rik Wasmus on 10/31/07 11:04
On Wed, 31 Oct 2007 11:43:06 +0100, dgs <pdudgs@gmail.com> wrote:
> Hi , I am new to php.
>
> i want to redirect a request to a page on my localhost, with some
> parameters. how do i do that in php?
Redirect the visitor (http://www,php.net/header), or get data from
somewhere and else show that to the visitor (file_get_contents,curl or
http://www.php.net/virtual, or other..)?
--
Rik Wasmus