Page Specific Statement
<?php if ( $_SERVER[SCRIPT_NAME] == '/page2.php' ) { echo 'Some specific text.'; } else { echo ''; } ?>