BLOGGER TEMPLATES AND TWITTER BACKGROUNDS

1st PHP program


< html >
< body >

< ? php
echo "Hello World";
? >

< / body>
< / html>

PHP basics


PHP code is executed on the server, and the plain HTML result is sent to the browser.

PHP Syntax
A PHP scripting block always starts with . A PHP scripting block can be placed anywhere in the document.