JaeSun
02-22-2003, 05:09 PM
ok, 2 things ..... trying to see if this is possible ...
1. can you use PHP to write cookies to the visitors hard drive?
if so, is there a script in which i could do the following:
if the user is a first time visitor, itll write a cookie to the person's computer, then itll pop up a new window, of XbyX dimensions ....
if the user has a cookie from my site, signalling that the user has been to my site before, then the user doesnt popup the new window at all
basically, it only popups the new window on the user's first visit ...
----------------------------------------
2. within that popup page, i would like to use a PHP script to see if the user is using netscape, then itll write to the page whatever message i want (saying you are using netscape, blah blah blah), and probably even a form for them to fill out so that i know how many people use netscape .... (so if i get enough responses, ill work to make it netscape compatible)
is there any scripts that you know of that does this? i cant find anything !
1. can you use PHP to write cookies to the visitors hard drive?
if so, is there a script in which i could do the following:
if the user is a first time visitor, itll write a cookie to the person's computer, then itll pop up a new window, of XbyX dimensions ....
if the user has a cookie from my site, signalling that the user has been to my site before, then the user doesnt popup the new window at all
basically, it only popups the new window on the user's first visit ...
----------------------------------------
2. within that popup page, i would like to use a PHP script to see if the user is using netscape, then itll write to the page whatever message i want (saying you are using netscape, blah blah blah), and probably even a form for them to fill out so that i know how many people use netscape .... (so if i get enough responses, ill work to make it netscape compatible)
is there any scripts that you know of that does this? i cant find anything !