View Single Post
  #8 (permalink)  
Old 08-03-2007, 06:21 AM
Sabari Sabari is offline
D-Web Genius
 
Join Date: Jul 2007
Posts: 1,008
Sabari is on a distinguished road
Default Re: File Handling in PHP

Reading a Remote File Using PHP
To read a remote file from php you have to use any of these options :

1. Use fopen()
2. Use file_get_contents()
3. CURL
4. Make your own function using php's socket functions.
__________________
Thanks & Regards
Sabari...
Reply With Quote