0
Answer

Php Session in Database

James Lerdorf

James Lerdorf

12y
1.2k
1
Hi,

I find a way to save a list of what a user uploads to my site for eg.images files with php sessions. I want to be able to have a user view their uploaded files in a list once they login on the page I have already set for file uploads. It is possible to do with just php sessions and not with a database?



Thanks