|
Posted by dgs on 10/31/07 12:13
On Oct 31, 4:01 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> 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.
> jstuck...@attglobal.net
> ==================
Thanx for helping me out....
Now my code is working...Thanx a lot
Navigation:
[Reply to this message]
|