You are not logged In.
LOGINREGISTER
FORGET PASSWORD
2 Important Updates for Simple Blog Script
Two fixes to update the Simple Blog.

Update One (admin/pages/posts.php)
--------------------------------------------
Line 196 after
PHP Code: <?php
<?php
?>

Add
PHP Code: <?php
if($_POST['topicID'] != NULL){
?>


Then after line 213, add another bracket to become:
PHP Code: <?php
<?php } }?>
?>


Update Two (pages/showdates.php)
--------------------------------------------
Replace Line 40:

PHP Code: <?php
while(true)
?>


To become:

PHP Code: <?php
while($startYear <= $endYear)
?>


That is it.
© Aziz S. Hussain 2009, except where otherwise stated
Contact Me - My Resume & Portfolio - Privacy Policy - TOS