Posted on Friday 1st June 2007 at 07:54 PM
I got my first 50 users cancelled on my user system can someone explain me why??
That's Just The Drill
<?php session_start(); include "config.php"; $fetch = mysql_query(SELECT * FROM `members`) while ($array = mysql_fetch_array($fetch) { echo ("- $array[username]<br>"); ) ?>