What kind of scripting should be used for this?

  • Thread starter Thread starter Burnout
  • 7 comments
  • 602 views
Messages
2,808
What's up.

I'd like to create just a little quick website. Nothing big, one page. Here's what it needs to do.

I'd like to be able to upload an image to a certain folder and have it show up automatically in this website without me having to edit code. Preffibly showing up in a thumbnail link, so if it's neccasary to upload a thumbnail as well, so be it.

Is there something out there to do this?

TIA
 
I cant really understand what your saying but i think you could do this.

If you want it to change and the old image be gone, you could upload the image as the same name as the old one. So you could:

<img src="www.burnoutssite.com/image.jpg"> And just have the image always be named the same as the old.
 
I could code something like this.. PHP would be the simplest way to do this, as PHP has great image manipulation skills (to create your thumbnail), and can handle file uploads as well as create a dynamic page that will automatically change whenever you add a new file..

PHP would be the easiest way to do this.
 
Unfortunatly, I am, how do you say, a n00b at PHP.
 
Well, if you research enough i'm sure you could figure somethign out, and if not, maybe some people will even be nice enough to MAKE one for you when they have the time.. ;)
 
Back