Joined: 15 May 2012 |
Posts: 1 |
|
|
 |
Posted: Tue May 15, 2012 7:12 pm |
|
 |
 |
 |
 |
Greetings all,
I am having trouble debugging a script whose variables are obtained from an HTML form and passed from another script through the $_GET statement.
When I run the script that has the form and I input the values and submit the form the variables are not present when I try and debug the script that is supposed to receive them.
I have made sure that the register_global is set to "on".
I am new to php so I am sure that this is an easy fix but I have not been able to figure it out through trial and error or through searching the archives.
Thanks in advance for any help offered!
Mike
|