squawell
12-30-2001, 03:30 AM
i use this code in member.php
$ppoopp=$DB_site->query_first("SELECT count(*) AS counter FROM attachment WHERE userid='$bbuserinfo[userid]'");
$xx=$ppoopp['counter'];
i want to count all attach file download times for each member
for example:
a user download 55times than in profile show up 55 times he download
but above the code it always show up the same number
i think it maybe some where wrong hope some one tell me
what's wrong with that code?? thankz~~:D
$ppoopp=$DB_site->query_first("SELECT count(*) AS counter FROM attachment WHERE userid='$bbuserinfo[userid]'");
$xx=$ppoopp['counter'];
i want to count all attach file download times for each member
for example:
a user download 55times than in profile show up 55 times he download
but above the code it always show up the same number
i think it maybe some where wrong hope some one tell me
what's wrong with that code?? thankz~~:D