Page 1 of 1

dynamic connection string

Posted: Mon Aug 26, 2013 6:40 am
by enigmaticus
Hello :D

Is it possible to make a dynamic connection string, so every time when I sell the software to another customer with another database I don't need to change the string manually?
If it is possible could you write me how to make it?
Thank you

Re: dynamic connection string

Posted: Mon Aug 26, 2013 11:58 am
by Vladimir
Hello,

For this you can use the 'sti_get_connection_string' function which is in the 'index.php' file.

Thank you.