Hi! I will be short in my question.
In my codeigniter setup I use database session. in this session I have a variable admin_site_id which i get via
$this->session->userdata('admin_site_id');
What would be the best way to get the same thing in non CI php script?
I have a file manager of fckeditor, which I want to integrate but the pics should be uploaded in different folders , depending on the website administrator is editing right now...