"> ">
|
||
|
// first, lets get a count of how many links are in the database
// if there aren't any links, then lets generate a user-friendly notice that there aren't any
if (!mysql_num_rows(mysql_query("SELECT rec_id FROM links"))) {
?>
There Are Currently No Links In The Database. Please click in the link above to add a new link
|
||
| Category:
|