Hi friends

In a PHP application using MySQL i have to connect the database using

  $iDBhandle = mysql_connect( $sDBhost, $sDBuser, $sDBpsw );

Problem is, that I cannot see any solution to protect the value of $sDBpsw.
Of course I wont set the value of $sDBpsw in the same PHP script. I do
that including a file pa/pa.php (protected area) but this file also has to
have read access to all users and could be read with fopen( "URL", "r" ).

Who can help?
Andy.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to