$db = mysql_connect( 'host', 'userName', 'password'); mysql_select_db( "database_name", $db);
The host, userName, and password are all hard coded into the PHP document. I would prefer not to do this. How can I connect to the database without having my sensitive information hard coded into the PHP?
Thanks,
Paul
_________________________________________________________________
Find and compare great deals on Broadband access at the MSN High-Speed Marketplace. http://click.atdmt.com/AVE/go/onm00200360ave/direct/01/
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php