Hi All

I am a bit concerned about storing my MySQL password as plain-text in PHP source code while calling php_connect().

Are there any measure or workaround where I can put encrypted password while connecting to my database?

Any help will be much appreciated.

Thanks & regards

Zeronexxx