Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Some title</title>
  4. // Add a PHP 'Placeholder' here to inject some HTML if $filename = BodyInstance.php
  5. </head>
  6. <body>
  7. <?php include('$filename'); // $filename = BodyInstance.php or can be any other php file ?>
  8. </body>
  9. </html>
  10.  
  11. <p>
  12. This is a dummy body text
  13. <?php // Inject something into the placeholder of template.php ?>
  14. </p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement