function show_newpage() { global $pixelpost_db_prefix; if ($_GET['view']=='new_page']) { echo '
NEW PAGE
Section Title
'; echo '

This is a really new page!

'; } }