|
Posted by Erwin Moller on 12/20/05 11:01
spuzvica@gmail.com wrote:
> Hi,
>
> 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?
Hi,
You are not building something naughty, are you?
I do not see the point of what you are trying to accomplish.
Anyway: if you look at some form, and just copy all inputfields, including
any of the hidden-type, you are ready.
If you get that form and post it to the same address it was posting before
(action in form), you probably get a result back.
Why don't you just try it instead of asking here?
Regards,
Erwin Moller
>
> Thanks
> Rok
Navigation:
[Reply to this message]
|