Dear Readers I use:
<?php session_start(); session_register("user"); session_register("password"); ?>
when I check this in IE it works fine but netscape says the variables are empty.
What to do?
Gr.
Kasper (17yr)
Probably have cookies turned off. I've seen no trouble with these functions as you've called them.
Edit->Preferences->Privacy->Cookies..
Good luck.
I know that cookies have to be on. So they are on.
Another Sugestion?
Kasper