The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Proper Comma Construction?
Here's the code that I'm working with:
Code:
$GetUser = $DB_site->query("select s.*,u.* from ".TABLE_PREFIX."session s left join ".TABLE_PREFIX."user u on (u.userid = s.userid) where s.location like '%test.php%'"); while($UserIN = $DB_site->fetch_array($GetUser)){ if(!$store_c[$UserIN['userid']]){ if($UserIN['userid']){ $activeusers .= "<a href='member.php?u={$UserIN['userid']}'>{$UserIN['username']}</a>, "; } } } Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|