Answer Question
error handling in php?
How do I handle "difficult" errors in PHP?
I have a call to the method "imagecreatefromjpeg" which seems to break the script, but I don't get any error message.
I have enabled the ERROR_REPORTING(E_ALL); on the page.
I think it's because it's running into a full memory problem, but how do I know, and how do I handle it?
Basically what I'm doing is running through all the jpg images in a directory, creating thumbnails for them. And it works fine until a certain point and then just a blank page is output and nothing more.
TEXT
Uploading file and scanning for virus...
Please Wait