Robert in news:Fn*****************@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