I tried to do this: by modifying the top 10 post script I came up with this but it never worked. I will just trow out the wrong number.
<?
require("forum/admin/config.php");
$db=mysql_connect($servername,$dbusername,$dbpassw ord);
mysql_select_db($dbname);
$myselect = "select * FROM user ";
$result = mysql_query($myselect);
echo "Registered Members ",$result;
?>
This is what I made so far as I am a novice at this stuff.
Right now it is way incorrect, I made 5 registered users and it say it has 2. If anyone can help I would love it!
Once agian I dont know jack about hack, I am learning!
|