View Full Version : Post Icon
Splitfyre
06-13-2003, 06:19 AM
I am trying to figure out how I can call a post icon that relates to a particular sessionid /threadid?
Anyone? Help is much appreciated :)
all-the-vb
06-13-2003, 09:20 AM
SELECT iconid FROM thread WHERE threadid=1
exmple:
<?php
error_reporting(7);
require("./global.php");
$sig = $DB_site->query("
SELECT iconid FROM thread where threadid=1");
while($naif = $DB_site->fetch_array($sig)) {
echo $naif[iconid];
}
//all-the-vb
?>
:glasses: all-the-vb
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.