Hello everybody
I have now completed my project and installed it on my webhost.
Now it comes to the control of the customer. I mean, according to whether what is url addressed should another customer database to be addressed. The goal is that I need only one application (project) and, depending on customer use another database.
In the project I have a connection defined called “conn_mysql”, these values I would like to change, depending on the customer call (url).
For example
https://Hostname/Company1
conn_mysql = Database1
https://Hostname/Company2
conn_mysql = Database2
both use the same Folder like /Foldername/Application/
is that possible?