Using this code:
SetCookie("ccsuser",$user); SetCookie("ccslocation",$hotelid); SetCookie("userid",$userid);
to set a cookie.. This works when I am using an IP address, but not when I am using the domain name. (Under a local network only)
Any ideas ?
Cheers,
Why does having a cold make you stupid ?
SetCookie("ccsuser",$user,0,"/","ccsenquiry",0);
Finish your code, have a look and double check - the answer will be there.... if not have a sleep and try again.... works every time.. 😃