I have a certain difficulties in case of processing large images thru GD2
library. GD2 has some problems with image processing and it results in some
exception and GD just crashes. I have to mention, that the crash causes whole
php interpreter to crash and execution of the script is terminated w
I have problem with jpg pictures in php pages. Path and picture is
correct but when i want see picture in php script picture don't show.
I use PHP4.3.4 on apache server 2.0.44 on Windopws 2000 Server.
Thanks for help.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: htt
How can I echo an image from other location than the mysql using this kind
of script?? since I'm using php to output the image from database, there's a
way to change it to a ftp link for example if image doesn't exists??
this is my script:
executa($sql);
$resultado = $query->dados();
mys
My way around this is using two fallback stages: for one you test
mysql_num_rows() after performing the query. If that's 0, use a default image
placed in the database beforehand. If that also returns a null mysql_num_rows()
then echo an image (probably the same default) from a known location in th
Hi list,
I have some images stored in a blob in mysql. I've made this code to output
them to html, but the problem is if there's no image at a given id the page
tooks a long time to load and display the "broken image", there's a way to
avoid this, I mean, there's a way to print a message or anoth
5 matches
Mail list logo