session_start(); include 'opendb.php'; include 'link_count.php'; $sql = mysql_query("SELECT * FROM `poems` ORDER by id DESC LIMIT 0,10") or die (mysql_error ()); ?>
| include 'include/menu.html'; include 'include/login_menu.html'; ?> |
|
include 'include/add.html'; include 'include/link.html'; ?> |