View Single Post
  #2 (permalink)  
Old Oct 30th, 2007, 00:29
Rakuli's Avatar
Rakuli Rakuli is offline
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Reading output.

You can use

Code: Select all
file_get_contents($file);
It takes care of all the wrappers for you so you can enter a url as the file and it will return the HTML output.
Reply With Quote