Bald Bouncer
11-02-2001, 11:58 AM
functions.php
--------------
$exp10 = $DB_site->query_first("SELECT SUM(views) AS views FROM thread WHERE postuserid='$userinfo[userid]' AND open!='10'");
postbit template
-----------------
$exp10[views]
can anyone shed any light on why this isnt working? :confused:
cheers
--------------
$exp10 = $DB_site->query_first("SELECT SUM(views) AS views FROM thread WHERE postuserid='$userinfo[userid]' AND open!='10'");
postbit template
-----------------
$exp10[views]
can anyone shed any light on why this isnt working? :confused:
cheers