Beginning PHPBeginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Beginning PHP section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
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