Re: [PHP-DB] fetching image by url and storing in mysql

2002-10-29 Thread 1LT John W. Holmes
Mailinglist" <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 11:29 AM Subject: [PHP-DB] fetching image by url and storing in mysql hi there, i would like to get an image from an web-url and store it into mysql-db. inserting local images or images i upload to the server is no p

[PHP-DB] fetching image by url and storing in mysql

2002-10-29 Thread Marcus Fleige
hi there, i would like to get an image from an web-url and store it into mysql-db. inserting local images or images i upload to the server is no problem, but handling urls as images seems quite difficult.. now, for fopen() i need the filesize() of the image, but that command does not work on url