Quote:
Originally Posted by kh99
If it doesn't use a database (maybe it just looks for images in a certain directory), then you'd need to find a way to save the username and comment, either to a database table or maybe create a second file for each image that contains some text information.
|
That is correct.
Files are just uploaded VIA PHP to a directory which re sizes the files/changes quality/creates a thumbnail.
The jquery command just calls upon that directory to (auto)populate a certain <div>
where the files are then displayed on that template/page.
I guess I'll have to do the same thing with php to:
1

btaining the username somehow?
2. upload username to a database
3. use jquery to call upon those fields on the database