[PHP] problems with cookies and PHP

2003-02-13 Thread Fireborn Silvaranth
I'm having problems with cookies and PHP and I'm not sure how to solve them. I've been working on a user tracking system for our site and I need to have the site remember them after they close their browser then come back. The only way I can think to do that is with cookies. I need to have PHP

[PHP] problems with cookies and PHP

2003-02-13 Thread Fireborn Silvaranth
-Brooks [EMAIL PROTECTED] To: Fireborn Silvaranth [EMAIL PROTECTED] Sent: Thursday, February 13, 2003 9:41 AM Subject: Re: [PHP] problems with cookies and PHP print $_COOKIE['userInfo']; Should be: print $_COOKIE['userInfo']; -- The above message is encrypted with double rot13 encoding

[PHP] newbie-php user tracker prob

2003-02-11 Thread Fireborn Silvaranth
Pretty new to PHP but I've always wanted to make a user tracking system. I'm trying to grab a number (sessionNum) out of a text file and increment it whenever someone leaves and comes back to the site.. the problem is the text file appears to be cached somewhere, the first time someone comes

Re: [PHP] newbie-php user tracker prob

2003-02-11 Thread Fireborn Silvaranth
- Original Message - From: Chris Shiflett [EMAIL PROTECTED] To: Fireborn Silvaranth [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 1:04 PM Subject: Re: [PHP] newbie-php user tracker prob Pretty new to PHP but I've always wanted to make a user tracking system. I'm