PHP: Adding text to a file
- by Kevin Duke
I'm trying to set up authentication on my server, however, I know little about Php.
I have a php file filled with users and passwords:
function getPassword( $user )
{
// the user/password database. For very small groups
// of users, you may just get away with expanding this
// array.
$passwords= array (
'user1' =>…