PDA

View Full Version : PHP compatability


tooocool49723
04-10-2004, 09:48 PM
I just had a bit of trouble installing statcounter on a PHP webpage. I got around it and figured that someone should suggest an option to make it PHP compatable.

I dont know why this isn't already with your javascript/html compatability option as it is very easy to make compatable.

In php, a " is not the same as a ' and PHP uses ' for the url. So, if you just replace all of the " (eg. <a href="blahblahblah.com" target="_blank"> turns into <a href='blahblahblah.com' target='_blank'> )

very simple to do, and makes statcounter PHP compatable.

webado
11-19-2007, 04:10 AM
Old thread.