| 
 Posted by Manuel Lemos on 01/03/06 15:38 
Hello, 
 
on 01/03/2006 11:13 AM David W said the following: 
> How can I make a redirection (like a header('Location:/xxx') ) with 
> post values ? 
 
You may want to try this HTTP client class. It can let you submit forms  
with POST so you can serve the resulting page without redirecting the  
user to the actual page you want to submit the form. 
 
http://www.phpclasses.org/httpclient 
 
 
--  
 
Regards, 
Manuel Lemos 
 
Metastorage - Data object relational mapping layer generator 
http://www.metastorage.net/ 
 
PHP Classes - Free ready to use OOP components written in PHP 
http://www.phpclasses.org/
 
[Back to original message] 
 |