View Single Post
01-12-2008, 11:10 PM
#4
Rogem is offline Rogem
Status: Junior Member
Join date: Jan 2008
Location: UK
Expertise:
Software:
 
Posts: 27
iTrader: 0 / 0%
 

Rogem is on a distinguished road

  Old

Originally Posted by phpintheusa View Post
Just try a query like:

'SELECT COUNT(*) FROM `table` WHERE `username`="' . $username . '";
Thats the SQL, I would assume it would be loop(){} or something.