View Single Post
  #1  
Old 04-11-2009, 07:49 PM
aroymart aroymart is offline
Member
 
Join Date: Jan 2009
Posts: 74
Credits: 8,966
aroymart
Default is there anyway to find out how many times someone has clicked adoptables?

is there anyway to find out how many times someone has clicked adoptables throughout there entire time being signed up? if so a "shop" wouldn't be hard couldn't you just put something like

PHP Code:
if ($clicks >= 100)
{
??????

[/php]
without having to access the mySQL, i can't access it myself
Reply With Quote