Hey,
I was wondering if there was a way to determine whether or not cookies can be set on a users computer so an alternative tracking method can be used.
Thanks.
Ron
sure... set a cookie and see if you can read it :-)
Ron,
If you want to read a cookie you got to use $HTTP_COOKIE_VARS variable.
Read php manul on setting cookie functions.
Di