Page 1 of 1

Problems to get variables

Posted: Wed Nov 25, 2009 4:26 pm
by RIGOLETO
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

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>
 

Re: Problems to get variables

Posted: Wed Nov 25, 2009 7:55 pm
by jojonage
can you post also your code from showpdf_2.php?