daed17
08-21-2003, 05:21 PM
I have a text input box that is open and hidden by a javascript.
I also have several php values that get passed when the submit button is entered by using...
<form name="form1" method="post" action="<?php echo $PHP_SELF?>">
How do I pass the javascript value inserted into the text box to php?
I also have several php values that get passed when the submit button is entered by using...
<form name="form1" method="post" action="<?php echo $PHP_SELF?>">
How do I pass the javascript value inserted into the text box to php?