my problem is, my online tutorial editor for my cms uses sessions to store virtual files so there is no files on the server for content
problem
each file tht is opened and $_SESSION[$file] = $text where $file is the file name and $text being the content of the file.
thats all good, i can open loads up, type in the url what file and wala, start editing from the session again..
but...
how do i like, print a list of whats in the session,
as if i have like 5 virtual files in the session, how can i generate a select box or sumthing with those 5 file names in so u can select and go back to editing them again? as the files r all the files names, u can predo the select box....understand? lol
any help would be appreciated,
