Hi, I would like to get some opinions here on a method I'm doing to grab connect information for a mysql connection.
Currently I am doing: $pinfo = fopen ("/director1/directory2/filename.ini",
"r");
I'm looking for a more secure method of doing this. Is XML a solution? Is
there something else? Are you doing something similar?
All opinions greatly appreciated...
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

