i've managed to code so that the records in my "proj" table are diplayed the way i want, but i would like the page to display something simple like "End of Files" when all are printed. i'm assuming a "while - else" loop would be applicable here, but none of my attempts work.
Here is the code as i have it presently:
<?php
$result = mysql_query("SELECT * FROM proj",$dbcnx);
Bookmarks