Posted by ColdShine on 03/18/06 12:30
Robert in news:FnNSf.2470$uX5.1060@tornado.texas.rr.com wrote:
> With psp, how can I go to another page and pass a parameter to it?
Shortest way: use HTTP 1.1 Redirect.
header("Location: http://$_SERVER[HTTP_HOST]" . full_path_to_dest_page .
"?param=$value");
--
ColdShine
"Experience is a hard teacher: she gives the test first, the lesson
afterwards." - Vernon Sanders law
Navigation:
[Reply to this message]
|