Hello,
I am playing with automatic redirection with PHP. As with GET is
fairly simple (<meta http-equiv="refresh" content="3;url= "http://
www.google.com/search?q=php">
how can I do similar thing with POST (lets assume that I want to add q
= php to post variables). How can I do this?
regards, Ann
I am playing with automatic redirection with PHP. As with GET is
fairly simple (<meta http-equiv="refresh" content="3;url= "http://
www.google.com/search?q=php">
how can I do similar thing with POST (lets assume that I want to add q
= php to post variables). How can I do this?
regards, Ann
Comment