Thread: Extra click
View Single Post
  #4  
Old 12-06-2009, 09:12 AM
Arianna's Avatar
Arianna Arianna is offline
Dev Staff
 
Join Date: Sep 2009
Posts: 334
Gender: Female
Credits: 21,197
Arianna will become famous soon enough
Default RE: Extra click

Yes, but doesn't it usually have a whole query? Otherwise, you'd be changing a variable, like $update, and then changing the query. Lemme get this code and I'll show you. ;)[hr]
Here we go...
PHP Code:
    $query "UPDATE ".$prefix."owned_adoptables SET totalclicks='".$newclicks."' WHERE aid='".$id."'";
    
mysql_query($query); 
You see? :/ You have to have stuff like that in there. :)
Reply With Quote