PHP5 is not passing form values from input variables
Hi,
I am new to PHP and I am not able to pass values from a form to a php script. The crazy part about this condition is the other day it was working fine. I have apache web server and php5 installed on my notebook and also I have turned on the register_globals to equal on in the php.ini file. Any help on this problem would be greatly appreciated. I am reading and working from the beginning php book that I have purchased online and it recommended me to this site.
Also, I am doing this with an HTML page using a form input variable that gets a php script and the php script should be able to read the variable that I create in the HTML page.
Any help is appreciated...
Last edited by sjfoglia; December 30th, 2008 at 12:13 AM..
Reason: adding more information
|