Question

I am a big fan of jquery and PHP. I have already found a solution to batch upload jpg with resizing. I am now on a looking for a solution to MANAGE photo list

must i need : view (thumbnail) edit name (simple) delete (single click)

Will be cool : crop color correct sharpen

So the question, does anybody know a framework or php script that do the must (view,edit name, delete picture) WITHOUT a database

Overall, there will be a folder that you fill with jpg, upload with ajax, slideshow with jquery, manage with php, everything dynamic. If it found 5 photos in the folder, slideshow thos 5 and/or manage, if 500 fo the same no question ask !

Thanks in advance for your great solution

Was it helpful?

Solution

A quick Google search turned up phpGraphy. It has thumbnails and administration and does not use a database.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top