Re: [PHP-DB] DB-stored images

2002-11-26 Thread Marcus Fleige
: you can call the script from php by doing the following: ; ?> hope this helped! ;-) greetings from germany, marcus -- ^V^ Marcus Fleige [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Newbie-Question: What's that @?

2002-10-30 Thread Marcus Fleige
great! @ryan & josh: thank you for the quick answers! :-) marcus -- ^v^ [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Newbie-Question: What's that @?

2002-10-30 Thread Marcus Fleige
hi there, i've got a general question about php-scripts: whats the difference between @mysql_query($query) and @mysql_query($query)? is it the same as in batch programming? like, ignore all return messages? thanks and greetings from germany, marcus -- ^v^ [EMAIL PROTECTED] -- PHP Databa

[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