so I have a question about this... How do I insert my adsense code properly in this file?
With the way it is right now, it says
"Parse error: syntax error, unexpected T_STRING in /home/content/a/v/a/avalanch/html/playstation-3/config.php on line 11"
With the way it is right now, it says
"Parse error: syntax error, unexpected T_STRING in /home/content/a/v/a/avalanch/html/playstation-3/config.php on line 11"
PHP:
<?php
$title = "Playstation Hub";
// Title of your website
$keyword = "playstation+3";
// The keyword that your content will be based on
// For keywords with two or more words, use "+" instead of space
// i.e. "new+york+travel"
$ads = "<google>
<script type="text/javascript"><!--
google_ad_client = "pub-6991322522351721";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "CCCCCC";
google_color_bg = "CCCCCC";
google_color_link = "0000FF";
google_color_url = "0000FF";
google_color_text = "0000FF";
//--></script>
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script>
</google>";
// Your ads which will be displayed on the pages
$text_color = "black";
// The color of text which is displayed
$table_fill = "#2375A4";
// The table fill color
$menu_color = "#95CC02";
// The menu color
?>