Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

what is php ?

Fri Sep 05, 2008 12:52 am

Taken directly from PHP's home, PHP.net
PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly.


When http request arrive to your webserver (someone visits your PHP page) .The PHP engine processes the PHP script code and generate and HTML tags that is sent to the web browser .Your browser (ex: IE or FireFox .. ) parse these tags and translate it to what you see .



Post a reply

Topic Tags

PHP Basics