Couting Ad Clicks

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Dynex
Forum Commoner
Posts: 31
Joined: Mon Feb 09, 2009 7:24 pm

Couting Ad Clicks

Post by Dynex »

Hey guys, I have the following code, I want to add 1 to a table column on each click. Possibly through cookies, however, I am not that fluent in cookies.

Code: Select all

<script type="text/javascript"><!--
google_ad_client = "pub-6292857758728749";
google_ad_slot = "3481891369";
google_ad_width = 160;
google_ad_height = 600; //-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
ruteckyb
Forum Newbie
Posts: 6
Joined: Thu Feb 05, 2009 12:45 am

Re: Couting Ad Clicks

Post by ruteckyb »

This is not PHP code it is JS, also it is not even the script it just points to the script, you can do nothing with this.
Post Reply