Hi,
I have a site that allows pro memberships. What I would like to do is display AdSense ads on non-pro member's sites. The problem is that the JS code for adsense is terminated by semi-colons. How can I echo this?
if($notPro){
echo"<script type="text/javascript"><!--
google_ad_client = "pub-0972912232201344";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_type = "text";
google_ad_channel ="";.....etc
I know I can use a backslash before the quotes but what do u do for the semis?
Thanks for any help.