< html >
< body >
< ? php
echo "Hello World";
? >
< / body>
< / html>
1st PHP program
Labels: PHP program
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.
Labels: Chap 1
Subscribe to:
Comments (Atom)
