Learning PHP 5 Book Review
- Sklar, David. Learning PHP 5. Beijing: O’Reilly, 2004.
Learning PHP 5 is an entry level book on PHP. PHP is a server side scripting language that allows one to add dynamic content to websites. In contrast from other scripting languages, such as JavaScript, PHP executes all of its operations on a server rather than on the computer of the person who is using a web page. PHP can be easily embedded into HTML. It is a very popular language because it is free, open source, cross-platform compatible, has a rather easy learning curve, and allows you to hide your code. When a client requests a PHP page from a server, the server uses a PHP interpreter to parse the request and convert the PHP program embedded in the HTML into HTML.
(more…)
