Posted By


Waldio on 02/17/11

Tagged


Statistics


Viewed 72 times
Favorited by 0 user(s)

File_get_contents opmaak


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <head>
  3. <title>PHP: File_get_contents</title>
  4. <style type="text/css">
  5. a {
  6. text-decoration: none;
  7. }
  8. th {
  9. background: #0da;
  10. font-size: 20px !important;
  11. border-top: 10px solid #FFF;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <?php
  17. $homepage = file_get_contents('http://www.nieuws.nl/headlines.php?binnenland=10&amp;buitenland=10&amp;economie=0&amp;sport=5&amp;muziek=0&amp;film=0&amp;opmerkelijk=10');
  18. echo $homepage;
  19. ?>
  20. </body>
  21. </html>

URL: http://waldio.webatu.com/file_get_contents.php

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.