Asked:
>I have already designed my first database and now I am in the process of
>selecting a good interface for it on the Web.
>Which of the following
>provides the fastest and most convenient Interface?
My vote is for PHP. The ability to prototype pages quickly and the Apache
module aspect win out.
No need for CGI and all the GET/POST variables are parsed for you. Weakness is
the need to execute code for
periodic maintenance or database creation as an HTTP request (you can cron it
through Lynx) or as a CGI (requires PHP CGI version).
-------------------------------------------------------------------------
To unsubscribe, go to http://www.Hughes.com.au/extras/email/
This archive was generated by hypermail 2b30 : Mon Mar 04 2002 - 09:03:51 EST