Check our cURL for Web client functions.

I'm not aware of a function like hidden() the way you describe it, but 
you could easily write it yourself. Look into user-defined functions in 
the manual.

Happy hacking.

Chris

Matt Zur wrote:

> A Call Function to emulate a browser and contact a remote host?  For 
> example... to load in a piece of text from another web site?
>
> Hidden fuction.  For example lets say I have a form with 10 variables. 
> Is there a function where I can do something like:
>
> hidden($var1,$var2,$var3)  etc etc so it will write this:
> <input type="hidden" name="var1name" value="var1value">
> <input type="hidden" name="var2name" value="var2value">
> <input type="hidden" name="var2name" value="var2value"> 



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

Reply via email to