Image showing

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
asif_phpdn
Forum Commoner
Posts: 28
Joined: Sun Aug 26, 2007 8:50 pm

Image showing

Post by asif_phpdn »

I want to make a webpage that dynamically upload images from an image folder and show in that page. How can I do that? Any help? :roll:
User avatar
tecktalkcm0391
DevNet Resident
Posts: 1030
Joined: Fri May 26, 2006 9:25 am
Location: Florida

Post by tecktalkcm0391 »

Google works really well:

Google: PHP Photo Upload

This forum is for "how can I get this to work", not "give me the script to make it work".
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

Uploading files with php is quite simple.
Handling file uploads is a good place to start looking. Probably the most important thing to remember is to use the enctype="multipart/form-data" in your form tag.
Post Reply