Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en-US">
- <head>
- <title>YoungHipster</title>
- <script type="text/javascript">
- function hello()
- {
- alert ("hello world");
- }
- </script>
- <body>
- <h1>Young»Hipster</h1>
- <p><?php function hello()
- {
- echo "Hello»World";
- }
- echo "<input type='button' name='Release' onclick= hello(); value='hai Saya Puji'>";
- ?>
- </p>
- <p>
- <?php include ('time.php'); ?>
- </p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement