display_users.php ======================================================== <?php ini_set ("display_errors", "1"); error_reporting(E_ALL); require ("connect.php"); // select our database mysql_select_db("basil_bookmark")
Leave a comment: