is it possible to make Config files for each and every users?
Currently i have a Config file named Siteconfig.php for global configuration.
Now a user registered,so that i need a configuration file for that user.
I have a BANNER ,user uploads images to the server and select some images for that banner.
I want to store the names of the images in the configuration file,i know that database is another way.
is there any wrong with this ? or is it possible to do this ?
Thank you.
You should use a database..
Making config files for each user means you will have to create one entry for each user. managing them them, loading them, reading them, writing them from your code etc will be difficult (you will be making your life difficult in the long run).