PHP means – Personal Home Page
PHP is a powerful server side scripting language. Syntex of PHP is similar to C language. PHP is also use OOPs concepts.
PHP code is embeded in HTML.
If you are new for web, then first you have to learn HTML.
PHP code is written as follows :
1 <?php
echo “Hello !”;
?>
You can also write code as :
2 <?
echo “Hello !”;
?>
In some cases 2nd code is not working.(Depend on Server).
So please make habit to write PHP script as 1st code.


Hi, this is a comment.
To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.
Nice site.