Forum Moderators: coopster
I'd like to set up a system with a similar architecture to google analytics: One include file is hosted on a system and all clients need to do is make an external call in their header to include tracking information. This file will set a cookie for the client's domain.
I don't have a problem setting this cookie for a client domain with javascript with this type of architecture, but I can't seem to get a PHP cookie set for the client domain. It appears as a cookie for the domain hosting the file.
Is there a way to do this in PHP?