|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||||
|
|||||
|
$HTTP_GET_VARS
I am directing users to a page using
I know that the values are being set correctly as I can see the link in the HTML Source code. However, when reassign.php is loaded I am using php Code:
The problem is that none of the values are appearing for $stafftravel_id, $stafftravel_fname, $stafftravel_sname and I don't know why. Any ideas? |
|
#2
|
|||||
|
|||||
|
RE: $HTTP_GET_VARS
Why is it that I can stare at something for 30mins and not find out whats wrong, then as soon as I post it, I spot the problem...
Look closely.. I should be using php Code:
Thanks though |
|
#3
|
|||
|
|||
|
RE: RE: $HTTP_GET_VARS
Depending on whether or not the information being passed along with the URL is of a sensitive nature or not, you may want to consider the SGA's, as well as using "POST" instead of "GET". There's also the issue of the "register_globals" directive in the PHP.INI file. A discussion of issues that might interest you can be found at:
http://www.php-forum.com/p/viewtopic.php?t=318 Quote: |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > $HTTP_GET_VARS |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|