Nutz
09-01-2005, 11:57 PM
Hi,
Can some one help me with a sql query:
$SQL = "SELECT * FROM " .TABLE_PREFIX ."imgtools";
That query works fine and goes on to a while statement listing all the userid's in the table ("imgtools") :)
But I would also like the query to get the actual usernames for each userid.
Any help would be much appreciated I?m at a loss of how to do it with out a query for every userid.
Many Thanks
Mat
Can some one help me with a sql query:
$SQL = "SELECT * FROM " .TABLE_PREFIX ."imgtools";
That query works fine and goes on to a while statement listing all the userid's in the table ("imgtools") :)
But I would also like the query to get the actual usernames for each userid.
Any help would be much appreciated I?m at a loss of how to do it with out a query for every userid.
Many Thanks
Mat