Problems to get variables
Posted: Wed Nov 25, 2009 4:26 pm
Hi There,
I need your help, I have a PHP-HTML code just like sample below, my problems is that I am calling a new PHP program (showpdf_2.pdf) and I need to get some VARIABLES from the program called, in this case I am POST a variable called Search, but the Function is populating a new one, but when the program back to the main program I am missing the value of those variables
I need your help, I have a PHP-HTML code just like sample below, my problems is that I am calling a new PHP program (showpdf_2.pdf) and I need to get some VARIABLES from the program called, in this case I am POST a variable called Search, but the Function is populating a new one, but when the program back to the main program I am missing the value of those variables
Code: Select all
<div id="position" >
<form method="POST" action="showpdf_2.php">
<input type="text" name="Search" value="" /><input type="submit" value="Search ASN#" />
<input type="submit" value="Refresh" />
</form>
</div>