You Are Here Home > Store An External Web Page Into a Variable

Store An External Web Page Into a Variable

You can use PHP’s file functions to do this:

$txt = file_get_contents('http://www.codingrecipes.com/');
Store An External Web Page Into a Variable
Filed under: PHP   Posted by: Hamid

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment