vegasvato Posted November 25, 2009 Share Posted November 25, 2009 I seem to be having some difficulty being about to get the variables from My html forms documents to actually show up in the action script. I can see in the address bar of the php action script that the get variables are being picked up and transfered to the php action document, but the the php document it's self is always blank? I am curring running windows XP along with th emost current version of WAMP. I have tried wiping My hard drive to insure that I was not dealing with a virus issue and then I have tried disabling My anti virus applications in case there might have been some conflict there. I have even tried to run the scripts on another laptop using windows vista (which I personally dispize) but got the same unsatisfactory output on My php action script page. I have checked, double checked, and re-checked again to make sure that I am copying the syntax from the examples I am trying to follow and learn from, but I am finally at whits end over this and I could sure appreciate some help from any one out here that recognizing My problem? Quote Link to comment https://forums.phpfreaks.com/topic/182857-global-variables/ Share on other sites More sharing options...
Goldeneye Posted November 25, 2009 Share Posted November 25, 2009 Let's see some code. Perhaps you're using $_GET variables when you should be using $_POST variables. Quote Link to comment https://forums.phpfreaks.com/topic/182857-global-variables/#findComment-965147 Share on other sites More sharing options...
PFMaBiSmAd Posted November 25, 2009 Share Posted November 25, 2009 Post your code. There are a lot of php coding examples posted around the Internet and in old books that don't following current recommend php.ini settings and don't work on current installations of php. Quote Link to comment https://forums.phpfreaks.com/topic/182857-global-variables/#findComment-965148 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.