6 lines
301 B
Text
6 lines
301 B
Text
|
PHP is an HTML-embedded scripting language. It is modular, with
|
||
|
some object-oriented features. Much of its syntax is borrowed from
|
||
|
C, Java and Perl with a couple of unique PHP-specific features
|
||
|
thrown in. The language is designed to allow web developers to
|
||
|
write dynamically generated pages quickly.
|