BlueSquares

PHP Includes with FIle_Get_Contents

Aug 3rd, 2013
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. The code below allows you to insert HTML from another external website.
  2. Great for centralizing important text that's reused often.
  3.  
  4. <?php echo file_get_contents ("http://www.your site.com/software.php");?>
Advertisement
Add Comment
Please, Sign In to add comment