Transfer file from a http address to a mysql database

Alexej Kubarev

New member
you need to read the file by using fopen and fread functions.. then store the whole data into the database..

read more about fread, fopen, fclose, feof functions on http://www.php.net in File section :)
 
Back
Top