$query = mysql_query("SELECT * FROM table WHERE People = '?' ORDER BY People");
Where the ? is I am wondering what you put to return all the entries from the People colomn that contain names, as most of the entries in the datbase don't and I only want the ones with names.