I am trying to write a PHP script to determine if a username/password is valid reading from the customer.dbf file.
I was originally trying to use PHPs dbase functions
http://php.net/manual/en/ref.dbase.php
but its not active on my server so I am just reading in the dbf files nad parsing it.
I am having problems with permissions reading the dbf files though. Is there a way I can read the dbf files from miva with PHP and not make them world readable. The usernames/passwords are stored there so they still need to be secure.
Has anyone else tried to do read the DBF files with PHP? and succeeded?
I was originally trying to use PHPs dbase functions
http://php.net/manual/en/ref.dbase.php
but its not active on my server so I am just reading in the dbf files nad parsing it.
I am having problems with permissions reading the dbf files though. Is there a way I can read the dbf files from miva with PHP and not make them world readable. The usernames/passwords are stored there so they still need to be secure.
Has anyone else tried to do read the DBF files with PHP? and succeeded?
Comment