- Messages
- 5,508
- Reaction score
- 35
- Points
- 48
look at this code:
Notice this:
It is a comment... How to uncomment it?
PHP:
define("TPL_BANNER_TOP_CODE" , "<br/>
<table align=\"center\">
<tr>
<td>
<script type="text/javascript" src="http://x10hosting.com/adserve.js?viggeswe"></script>
<script type="text/javascript"><!--
google_ad_client = "pub-0148207174309975";
//468x60, skapad 2007-12-25
google_ad_slot = "6062133011";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</tr>
</table>
<br/>
");
PHP:
//x10hosting.com/adserve.js?viggeswe"></script>
It is a comment... How to uncomment it?