- May 13, 2007
- 993
- 0
- 76
I do a lot of database work with MySQL at my job. A fair bit involves making frontends for manipulating data in MySQL databases. They're particularly fond of MS Access.
Having little experience with MS Access myself, I find building the frontend using MS Access over an ODBC connection very tedious. It seems like I could write most of the data entry and reporting features in PHP much easier, and it would probably be easier for employees to use.
However, my boss feels averse to this due to security issues, since a PHP document stored on a server would be less secure.
I was wondering if any of you know how one would go about setting up a secure web server with PHP support, accessible only via the local network. If this could be done, would it be fine to use PHP over Access?
Thanks
Having little experience with MS Access myself, I find building the frontend using MS Access over an ODBC connection very tedious. It seems like I could write most of the data entry and reporting features in PHP much easier, and it would probably be easier for employees to use.
However, my boss feels averse to this due to security issues, since a PHP document stored on a server would be less secure.
I was wondering if any of you know how one would go about setting up a secure web server with PHP support, accessible only via the local network. If this could be done, would it be fine to use PHP over Access?
Thanks
