Image upload with description.

Reply

Join Date: Feb 2008
Posts: 44
Reputation: emhmk1 is an unknown quantity at this point 
Solved Threads: 0
emhmk1 emhmk1 is offline Offline
Light Poster

Image upload with description.

 
0
  #1
Feb 2nd, 2009
Hi Guys,

Ok here is the deal, i'm looking for a script that will allow a site admin to upload an image then add a description to it then click on save / upload/ send.... (whatever) Then the image and text is displayed on the webpage. I'm thinking of including a text file for the description but not sure how to go about it properly. If anyone has any decent ideas / scripts / directions to tutorials then i'd really appreciate it.

forgot to mention, the admin will be adding a few images on with description from time to time...probably makes a difference but not sure how much!

Cheers...
Last edited by emhmk1; Feb 2nd, 2009 at 4:30 pm. Reason: forgot to mention somthing...
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 354
Reputation: death_oclock will become famous soon enough death_oclock will become famous soon enough 
Solved Threads: 37
death_oclock's Avatar
death_oclock death_oclock is offline Offline
Posting Whiz

Re: Image upload with description.

 
0
  #2
Feb 2nd, 2009
Google "php image gallery" or something along those lines. Plenty of results come up.
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 44
Reputation: emhmk1 is an unknown quantity at this point 
Solved Threads: 0
emhmk1 emhmk1 is offline Offline
Light Poster

Re: Image upload with description.

 
0
  #3
Feb 3rd, 2009
Cheers for the reply Death,

The only thing i found with the image galleries is they are too big for what i need. The client is only going to upload a few images at a time. I'm only after somthing small and compact and where i can modify the output and delete images no longer required on the server.

Thanks Again....
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 354
Reputation: death_oclock will become famous soon enough death_oclock will become famous soon enough 
Solved Threads: 37
death_oclock's Avatar
death_oclock death_oclock is offline Offline
Posting Whiz

Re: Image upload with description.

 
0
  #4
Feb 3rd, 2009
How experienced are you in PHP? Things to study would be forms and database manipulation. The database could hold the filenames of all the images you want to keep track of. Forms would be used for uploading and deleting images (that is, telling PHP to do this). A gallery page is as simple as selecting all the image records in the database and printing them in <img /> tags.
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 44
Reputation: emhmk1 is an unknown quantity at this point 
Solved Threads: 0
emhmk1 emhmk1 is offline Offline
Light Poster

Re: Image upload with description.

 
0
  #5
Feb 4th, 2009
Thanks again for the reply,

I'm pretty new to php but i understand the basics...in a fashion!
Your suggestion is pretty much what i'm after, its just the issue of how to implement it, i can upload and store filenames into a database, just not sure how to publish them then delete them.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC