Weatherboy Posted April 1, 2005 Posted April 1, 2005 Ok i want to use statcounter script thing but don't want it to load on my ssl pages. what would be the easiest php code to throw in the footer to only load the stat code if pages is non ssl?
boxtel Posted April 1, 2005 Posted April 1, 2005 Ok i want to use statcounter script thing but don't want it to load on my ssl pages. what would be the easiest php code to throw in the footer to only load the stat code if pages is non ssl? <{POST_SNAPBACK}> if ($request_type != 'SSL') { echo 'I do not want to be encrypted ! '; } Treasurer MFC
Recommended Posts
Archived
This topic is now archived and is closed to further replies.