PHP basic syntax consists of the following: PHP tags, Embedded with HTML, Terminated by semicolon and Comments. The file extension of PHP is .php. Every PHP programming file should have the following two tags: Open tag – <?php and Close tag – ?>
php basics
PHP Basic Introduction
What is PHP The abbreviation of PHP is Hypertext Preprocessor. PHP is a server side scripting language. It is an open source, easy programming language; and anyone can learn PHP and implement it in your code. Using PHP people can build a robust, dynamic website. PHP compatible with all major databases such as Mysql, Oracle. […]