View Single Post
Old 07-12-2008, 04:51 AM   #33 (permalink)
silentx
Bongo Crazy Kong
 
Join Date: Aug 2007
Posts: 210
Reputation: 10
MMOFaces Profile: None Yet
Default

PHP Code:
<?php

connectdb
();
$get_users mysql_query("SELECT * FROM users");
while(
$col mysql_fetch_array($get_users)){

echo 
'Username: '.$row['username'].'<br />Password: '.$row['password'].'<br />Salt: '.$row['salt'].'<br />';

}

echo 
'All I do when I\'m bored.';

?>
__________________
Founder of OnFPS.com
Brother of OnRPG.com
Current OnFPS Contest:
CSS Tournament Soon

Support onfps, add this to your sig.
HTML Code:
[url=http://www.onfps.com][IMG]http://onfps.com/newSig3.png[/img][/url]
silentx is offline   Reply With Quote