Image Upload

Hi

I am new to php i want to develop a code where i can upload images from backend and also able to delete selected images

I realize you are a newbie, but, have you started with any code yet?

If so, post some inside of the PHP tags so we can see where you are headed with it.

If not, look at this link which explains with ease how to upload images. Remember, it is best not to store images inside of a database, but, often the titles and location of them are stored there. You did not mention if you have a server, using forms, if you are using a database or any other info about the project.

Here is a link that should explain it and help you get started. Let us know if you need further help with it.

http://www.w3schools.com/php/php_file_upload.asp

Note: The site in this link has thousands of short simple tutorials on everything PHP. Might help with other questions that you have. You might want to bookmark it. Good luck…

Sponsor our Newsletter | Privacy Policy | Terms of Service