> I want to redirect to another page and pass some post variables to that
> page.
> I know how to pass get variables ( just include at the end of url)
> But i have no idea how to pass post variables, is it possible ?

You cannot do a redirect but you can send POST variables to a page without a
form. Check out the URL below.

http://www.faqts.com/knowledge_base/view.phtml/aid/12039/fid/51

  -Jome



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to