Dynamic image insertion/deletion

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

What have you tried? What was the result.

Try this: http://bit.ly/Qa4KCc

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

Sponsor our Newsletter | Privacy Policy | Terms of Service