hiding control.inc database connection details [message #588] |
Sun, 04 February 2007 16:59 |
stephenboey
Messages: 54 Registered: January 2007
|
Member |
|
|
Hi Tony,
I am not sure where I should post this.
1. Where do you store your port information for 3306? If I have more than one mysql installation how does your code know which one to connect to?
2. Do you know of a way in order not to hardcode the values of:
$GLOBALS['dbusername'], $GLOBALS['dbuserpass'] ? Its quite a big security risk because one these user names will have access to many databases.
Will appreciate any suggestions.
|
|
|