Hi Matti,
Thanks so much for the reply. Now I can feel that there are people frome the other side of the earth :)
Am a new "trying to learn on my own" programmer and am really having a hard time.
Actually, I don't know yet how to use register_globals.
This is the script I wrote.
session_start();
$id = $_POST['id'];
$_SESSION['id'] = $_SESSION['id'];
echo $id = $_SESSION['id'];
Hope you could help me.
Thanks,
The cure for this problem is not to change PHP settings, but rather to update the the script's reliance on register_globals.
Would help if you indicated which script you are using, however clearly it is rather outdated and you should look for something more up to date.
Matti Ressler
Suomedia