
07-07-2001, 02:38 AM
|
|
Quote:
Originally posted by OrangeFaygo
Do I place the code:
Code:
$personal0 = $DB_site->query_first("
SELECT SUM(views) AS personalviews FROM thread WHERE postuserid='$userinfo[userid]' AND open!='10'");
$personal= 2*$userinfo[posts]+$personal0[personalviews];
if ($personal0 == ""):
$personal0 = "0";
endif;
Does that go before the } or after the }
|
after the }
|