|
Posted by Manuel Lemos on 12/20/05 15:22
Hello,
on 12/19/2005 11:58 PM spuzvica@gmail.com said the following:
> I am kind of new to PHP so this might be a stupid question, but here it
> is anyway. If there is a form, let's say somewhere on the web with a
> couple of input fields and a submit button. Can I pull that .html (or
> whatever extension it is) in a PHP object and then post it with the
> input fields filled with what I want? And then show the result to the
> user? How would that be done?
If you mean making a new post request to the same or other server, you
may want to try this HTTP client class that can be used to submit POST
requests with form values among other things:
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/
Navigation:
[Reply to this message]
|