|
Posted by pangea33 on 12/20/06 06:06
lonesomecowboybill92@gmail.com wrote:
> I'm totally new to PHP, but hope to learn more over time.
>
> I have an immediate need to create a web front-end to a mysql database
> which we use to store some inventory info. There's an existing fat
> client which is used to input data, but for various reasons, I now need
> to be able to input data over the web.
>
> Knowing nothing about PHP, is there an application which will basically
> allow me to automatically generate PHP pages based on my existing
> database?
>
> Thanks.
> Bill Johnson
All you need is phpMyAdmin. It's an open source PHP app that tightly
integrates with MySQL. If you want to limit what these users can do,
just create a MySQL account for them with restricted privileges. There
is nothing comparable that could be developed by any reasonable
programmer in a reasonable amount of time.
http://www.phpmyadmin.net/home_page/index.php
http://wiki.cihar.com/pma/FAQ
Navigation:
[Reply to this message]
|