RE: [PHP] Empty Variable Values Between Scripts

2004-06-08 Thread Jay Blanchard
[snip] Is there something that has to be done to php so that it sees these variables? Is this an operating system issue? Anything else I should be looking at? [/snip] register globals is off, so all of your variables are in the POST array $_POST['first'] $_POST['last'] etc. Replace all your

[PHP] Empty Variable Values Between Scripts

2004-06-08 Thread Frank Hahn
Hello: I am just starting to learn php and have been reading tutorials that I have found on the Internet. The one I am reading now is: http://www.freewebmasterhelp.com/tutorials/phpmysql/1 The problem I am having is with these two scripts. Script 1: (This script displays some forms to type i