Hi, I had the same problem, had to send parameters through POST to a
second page I redirected to, I ended up using the curl library but I'm
still facing a few troubles with it, it redirects the page, the
parameters are sent through POST but the relative urls on the second
page are taking the first page's domain as its base path etc.
Any ideas?

Lizet

_______________________________________

Caribbean Property Corporation Ltd.

Miramar Trade Center 

Edif Barcelona Ofic. 401

Miramar. Havana

www.caribbeanpropertycorp.com

Tel: 53-7-2047934

Fax: 53-7-2047934

_________________________________________

Note: This communication is strictly confidential and is intended solely
for the person to whom it is addressed. If you are not the intended
recipient of this message, please be advised that any reproduction,
distribution or communication of this message is strictly prohibited. If
you have received this message in error, please notify us immediately
and destroy the original.



-----Original Message-----
From: Todd Cary [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 06, 2004 4:51 PM
To: [EMAIL PROTECTED]
Cc: Gus Scherer
Subject: [PHP] Header() and POST data


I need to go to another page and I use the

header("location: " . $the_url_to_the_page);

Is it possible to use this method with POST so that the info does not 
show in the URL?

Todd

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

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

Reply via email to