Re: [PHP] Remote Cookie ID and Web Statistics

2002-01-07 Thread Richard Spangenberg
s up in PHP but fairly new at it. > > > >Rick > > > >-Original Message----- > >From: Miles Thompson [mailto:[EMAIL PROTECTED]] > >Sent: Sunday, January 06, 2002 10:52 PM > >To: Richard Spangenberg; [EMAIL PROTECTED] > >Subject: Re: [PHP] Remote

RE: [PHP] Remote Cookie ID and Web Statistics

2002-01-07 Thread Miles Thompson
but fairly new at it. > >Rick > >-Original Message- >From: Miles Thompson [mailto:[EMAIL PROTECTED]] >Sent: Sunday, January 06, 2002 10:52 PM >To: Richard Spangenberg; [EMAIL PROTECTED] >Subject: Re: [PHP] Remote Cookie ID and Web Statistics > > > >Why

Re: [PHP] Remote Cookie ID and Web Statistics

2002-01-07 Thread Richard Spangenberg
Miles, The reason for the javascript is that the hosting ISP does not support PHP. Each time a new session is started, the javascript would have to: - check for cookie - if it doesn't exist -poll database for next new custome ID# -set new cookie id -update database with page info

Re: [PHP] Remote Cookie ID and Web Statistics

2002-01-06 Thread Miles Thompson
Why would you want to use Javascript? Just have some code at the top of each page which -checks for the cookie -if it doesn't exist -identify customer, login page or however you choose -set cookie -update database -if it does exist -update the database with some information perti

[PHP] Remote Cookie ID and Web Statistics

2002-01-06 Thread Richard Spangenberg
Hello, - for something a little different... Does anyone have experience using Javascript on remote server html delivered pages to capture data in a PHP MySQL database resident at my domain. I would like to build a customer profile database for a customer using a permanent cookie on a visitor's