Re: PHP

I use PHP on a daily basis, and for much more than content management. For
example, a recent project involved creating a database of a class schedule
and roster. This information needed to be extracted from the database and
displayed with a browser in a table. I used PHP to connect to my database,
retrieve the information, and then had it send out the table to the browser
with all of the relevant information. This is just one of the many ways I
use PHP in my job. Many of the sites I build have to be accessible, and as
several others have mentioned. The accessibility has more to do with the
quality of the code that I have PHP output.

PHP is a good thing :-)

Best Regards,
Sarah Kuehnle

Received on Friday, 25 January 2002 14:25:56 UTC