Advertisement
ujiajah1

serverallert.php

May 22nd, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3. <head>
  4. <title>YoungHipster</title>
  5. <script type="text/javascript">
  6. function hello()
  7. {
  8. alert ("hello world");
  9. }
  10. </script>
  11. <body>
  12. <h1>Young&raquo;Hipster</h1>
  13. <p><?php function hello()
  14. {
  15.     echo "Hello&raquo;World";
  16. }
  17. echo "<input type='button' name='Release' onclick= hello(); value='hai Saya Puji'>";
  18. ?>
  19. </p>
  20. <p>
  21. <?php include ('time.php'); ?>
  22.  </p>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement