Web Content: Reading Other Web PageTag: web content, web page, file Category: PHP Basicpost: 28 Apr 2008 read: 154 Web Content Tips - Part 6: You can read web page or source code of web page over HTTP. It is easy, because PHP have file functions can all be used to read remote files, file_get_contents(). All text from remote file will be stored at a variabel. Sample like this:
Or you want to force browser download:
|
| | Give Your Opinion | Recommend |
|

