Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title></title>
- </head>
- <body>
- <?php
- require('skrypt.php');
- print h1("Naglowek");
- ?>
- </body>
- </html>
- ---------------------Skrypt-----------------------------
- <?php
- function h1($nazwa)
- {
- return "<center><h1>".$nazwa."</h1></center>";
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment