Re: [PHP] PHP authenticating and session management

2001-06-22 Thread stylewarrior
no, it works also if your user has cookies disabled. Jaxon [EMAIL PROTECTED] schrieb in im Newsbeitrag: [EMAIL PROTECTED] Does this depend on cookies? regards, jaxon -Original Message- From: Style|warrioR [mailto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001 5:09 AM To:

Re: [PHP] Problem with session_is_registered

2001-06-21 Thread stylewarrior
hi thx for your replies @chris: thats exactly what I do right now, but I consider it a workaround, because I have to use session_register (count); first. the funny thing is, that when I call this page without an session id... (just check.php instead of

Re: [PHP] resource ID?

2001-06-21 Thread stylewarrior
this is because mysql_query() returns a result identifier for select statements NOT a string or whatever you expected... if ($result) { my query was syntactically ok, but I still don't know anything about the result } else { my query was semantically invalid. } have a look at