I'm trying to set Cookies for 7 days or 1 month and 365 days on an entire domain. Like an AM network does.
This did not work
setcookie("final", $example, time()+(60*60*24*365)); it's only getting set on specific pages
I need it set on the entire domain.
I did look at the examples on...