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... |