| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Posts: n/a
|
PHP Help
I am trying to work out why this dosn't work - I have one page with this on: Code:
And another page with this on: Code:
Everything works except for the passed variable ($name) Please help. |
|
|
|
|
|
#8 (permalink) |
|
Iris Folder
Join Date: Apr 2003
Location: smokey
Posts: 2,643
|
When I loose the $name=$_Get["name"] in the code posted above and test it locally on my machine it all works fine (bar the permissions - too lazy to set that up right now). No problems with the var though. Could this be a set up problem on the server your using? anyone? that'd be beyond me. |
|
|
|
#10 (permalink) | |
|
hmmm...
Join Date: Jan 2004
Location: Yorkuk
Posts: 2,127
|
Quote:
The server has register globals set to off, default since version 4.2 http://uk2.php.net/register_globals |
|
|
![]() |