Archive for 'PHP'

Writing Your First PHP Script

Posted on 08. Sep, 2009 by irfan samad.

0

PHP is a programming language like C or a scripting Language, , is to use it to write a real-life useful program. PHP code / script on the web server, and the plane HTML renderd page display on the client’s web browser. Basic PHP Syntax A PHP scripting block always starts with <?php and ends with ?>. [...]

Continue Reading