View file inc/footer.php
<?php $res = mysql_query('SELECT * FROM `reclame`'); echo '<div id="ads_all">'; while ($link = mysql_fetch_object($res)) { echo '<a href="'.$link->URL.'">'.$link->name.'</a><br>'; } echo '</div>'; echo foot; echo ' </body> </html>'; ob_flush(); ?>