Posted by Jerry Stuckle on 10/31/07 11:01
dgs 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?
>
> i was able to do that in javascript by using "window.location= path"
>
> i tried with cURL, but failed.
> Is there any other method ? or what may be likely mistake in my code.
>
> Thanx in advance....
>
>
The easiest way is just to use the header() function.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|