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