On Saturday, June 15, 2002 at 1:42:45 AM, Zlutarch G. wrote: > I tried your script, but I couldn't get it to work. I guess it has to be > something wrong with my server configuration? I am using Apache 1.3.14. I am > new to Apache, so I don't know what could possibly be the configuration > problem. Do you have any ideas? Thanks a lot.
Do you get any errors? Add the following line immediately before the call to session_start()... error_reporting (E_ALL); My guess is that it's failing to create the session, but if your error reporting is too low you may not be told about it. Is the server you are using public? Can you post the URL so we can take a look? -- Stuart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php