Jump to content

Question


Sacred

Recommended Posts

How would you go about making an image upload site that allowed users to upload images to their own gallery and other users can search to feet galleries? Sorta new to php, so any help would be appreciated how to go about this.Thanks and all help appreciated, ~Sacred

Link to comment
Share on other sites

Read here about uploading files in general. You could save each users images in a unique directory, and build a PHP search tool based on that. Or you could store information about the images in a database, like MySQL. Some developers would suggest forgetting about files entirely and saving the image data in the database also.Using a database may sound like a lot of new things to learn, and it is. But if you are not familiar with file system operations, that's also a lot of things to learn, especially if you want to add some sort of search capability. Pick your poison. :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...