<!DOCTYPE html> <html> <body> <?php echo stripslashes("Who\'s Bill Gates?"); ?> </body> </html>
<?php echo stripslashes("Who\'s Bill Gates?"); ?>