I want to know how to dynamically insert images & text and delete the images &texy but not using BLOB(image)…its should be from a image folder.
[php]@unlink(‘images/’.$image[‘file_name’]);[/php] —> To Delete Image
Regarding using @ to suppress errors, if you don’t know you have a problem, you will never be able to fix it. (unless of course you have attached some sort of custom error handler to it.) Same thing with turning off error reporting while you are in development.