Showing posts with label php tags. Show all posts
Showing posts with label php tags. Show all posts

Monday, 22 December 2014

PHP Basics Concepts



PHP Tags:

PHP lets you embed PHP code in regular HTML pages, and execute the embedded PHP 
code when the page is requested. 
These embedded PHP commands are enclosed within special start and end tags, like this:
 

<?php ... Your PHP code ... ?>