|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Passing variables
Does anybody know why it could be possible that when I try to pass a variable via a form or link on one page to another, the variable value doesn't make it to the proceeding page? Assuming that the code structure is correct of course.
|
|
#2
|
|||
|
|||
|
RE: Passing variables
It could be possible that register_globals is turned off (as now is the default). Try accessing it in the $_REQUEST superglobal. I.e., if a variable is named $turner access it as $_REQUEST['turner']
|
|
#3
|
|||
|
|||
|
RE: Passing variables
More info please show us the code you are using.
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > Passing variables |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|