i have a site http://upithere.com . When you go to the site you see how the last 4 uploaded images are displayed? now if you go back up click on Hosted Images. now theres a lot of links to uploaded images. what i want todo is when you click on hosted images it takes you to a page that displays thumbnails for the last 20 uploaded pics. i also would like it to automaticly add pages to it as more people up load pics. so when you go to the bottom of that page youll see page numbers you can click on an go to. an example is somthing like this http://20dollarbanner.com/portfolio59.php


the thing is i dont know php. i dont even know where to begin. can anyone help me out?

i have a site http://upithere.com . When you go to the site you see how the last 4 uploaded images are displayed? now if you go back up click on Hosted Images. now theres a lot of links to uploaded images. what i want todo is when you click on hosted images it takes you to a page that displays thumbnails for the last 20 uploaded pics. i also would like it to automaticly add pages to it as more people up load pics. so when you go to the bottom of that page youll see page numbers you can click on an go to. an example is somthing like this http://20dollarbanner.com/portfolio59.php


the thing is i dont know php. i dont even know where to begin. can anyone help me out?

You'll need to learn a few things:

1) Creating HTML Forms
2) Processing HTML Forms with PHP
3) Adding an upload field to HTML forms and processing file uploads with PHP

You can then either use a database to store the files and associated data such as file upload time, person who uploaded etc. or you could just use the file modification time (which is kept by the filesystem) to know when it was last changed.

So you'll also need to know how to read files in a directory with PHP.
You'll need to look those up one at a time.

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.