Posted by Stefan Mueller on 10/10/92 11:32
I've an input box like
<input type = "hidden" name = "MyBox" value = "">
Now I'd like to add some text to this input box with PHP.
How can I do that?
Stefan
PS: To transfer e.g. the value of the PHP variable $MyValue to a JavaScript
variable I need to write $MyValue to a hidden input box with PHP and read it
later with a JavaScript. Correct? Or is there a direct way (JavaScript
variable = PHP variable)?
[Back to original message]
|