I'm building an app where the image directory changes acording to the category and brand the user chooses. Because of this I need to change the path to images since each brand has its own image directory.
I have searched the config files and the only real place that seems like I can do this is i the config.php and with the $Config['UserFilesPath'] and/or $Config['UserFilesAbsolutePath']. The problem is that I can't figure how to change this value dynamically.
Any ideas would help.
Thanks,
Cy
PS: I'm using PHP, not asp or others.
I have searched the config files and the only real place that seems like I can do this is i the config.php and with the $Config['UserFilesPath'] and/or $Config['UserFilesAbsolutePath']. The problem is that I can't figure how to change this value dynamically.
Any ideas would help.
Thanks,
Cy
PS: I'm using PHP, not asp or others.