this might sound stupid but what the hell..
ok i'm new with programming with php so i gotta a question.
how do i display in a web aplication all the content of a data base field..
example i gotta a data base that have ID and have NAME..
what i want to do is to display all the ID's the are stored at the database..
is it something like:
$identificacion = mysql_query("SELECT id FROM $table");
but how do i display all the entries in a website??