how to upload photos with its description and when you clicked the photos it will appear the photos together its description that can be edited by an administrator in php code
daisy.m.consolacion 0 Newbie Poster
Recommended Answers
Jump to PostFor uploading, there are 3 basic steps
- Make your form to carry data like pictures and files to other page by
<enc-type=multipart/formdata>
- Check what you are getting when you post the form
- Move the file to your respective directory by
move_uploaded_file()
I suggest you to make the directories by …
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.