[LBo] Re: Learning PHP

Dave Lerner 7dvbyfk02 at sneakemail.com
Fri Dec 1 19:44:37 CET 2006


Jisao wrote:
> Out of curiosity, what is PHP used in/for?
> 
> If I would go out and buy a PHP book, where/how would I apply this 
> knowledge. I know many CMS use PHP, but other than that?
> 
> Jisao

In addition to the other replies ...

There are other scripting languages that can be used for web sites, but 
some advantages of PHP are:

1) It's open source.
2) It was designed specifically for creating web applications.
3) It grew up alongside the Apache web server, and is very well 
integrated with Apache.

<?php echo date('r') ?>



More information about the QnA mailing list