<body> <?php echo '<script>'; echo 'alert("hello")'; echo '</script>'; ?> </body>
<body> <script> alert("hello"); </script> </body>