diff -r a4bc6ef5dbfe -r 29ae580f12bd index.php --- a/index.php Tue May 19 00:30:06 2009 +0100 +++ b/index.php Tue May 19 08:30:24 2009 +0100 @@ -1,26 +1,26 @@ -H4C - checking your user status... +N4C - checking your user status... @@ -46,12 +46,12 @@ print 'COOKIE Status = ' . $currStatus . '

'; // FOR TEST PURPOSES - READ USERS - $result2 = mysql_query('SELECT * FROM users_tbl'); + $result2 = mysql_query('SELECT * FROM creds'); print '

LIST OF USERS -----------------------------------------------------------------

'; while ($db_field = mysql_fetch_assoc($result2)) { - print 'USERID: ' . $db_field['user_ID'] . ' | EMAIL: ' . $db_field['user_email'] . ' | USERSTATUS: ' . $db_field['user_status'] . '
'; + print 'USERID: ' . $db_field['uid'] . ' | EMAIL: ' . $db_field['user_email'] . ' | USERSTATUS: ' . $db_field['user_status'] . '
'; } print '

';