PHP

php

PHP is an open source server scripting language. It is a powerful and efficient language for dynamic and interactive Web pages. It is  a widely-used, free, and efficient alternative to competitors such as Microsoft’s ASP.

Instead of lots of commands to output HTML (as seen in C or Perl), PHP pages contain HTML with embedded code that does “something” (in this case, output “Hi, I’m a PHP script!”). The PHP code is enclosed in special start and end processing instructions <?php and ?> that allow you to jump into and out of “PHP mode.”

To learn and understand the PHP Language go to PHP Learning

Tags Related
You may also like
Comments