Hi all,
i'm making a adwords-like to my clients websites only, and i wan't to put the cookies to save the information to all domains (and not just domain mydomain.com
or subdomains .mydomain.com
, i mean all).
Code Sample:
setcookie('var_name', 'var_value', null, "/", '.mydomain.com' );
Can anybody help me?
Thanks