You suck, butthead.
'; } elseif ($rows === false) { echo 'There was an error in your input. If you don\'t know what it is, I\'m not going to tell you.
'; } else { echo 'Your news item has been processed successfully.
'; } } else { $date = date ('d M Y'); newsBoxOpen (); if ($newsText) { newsBoxTitle ("Latest News (Preview)"); printNews ($date, $user, stripSlashes ($newsText)); } newsBoxTitle ("Post News"); $form = ''; printNews ($date, $user, $form); newsBoxClose (); } ?>