<!DOCTYPE html>
<html>
<body>

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