PHP BASIC SYNTAX-02 starts with <?php and ends with ?> Commenting... // This is a single-line comment # This is also a single-line comment /* This is a multiple-lines comment block that spans over multiple lines */
Posts
Showing posts from November, 2017
- Get link
- X
- Other Apps
PHP - 01 (Hypertext Preprocessor) What is php? Scripting language Can be executed on servers The latest version of php is 7.1.10( 28 Sep 2017) Open source- Free to download and use (Before beginning to PHP it's better to have the basic knowledge on 'HTM L,CSS & JavaScript '. In future , I' ll upload those articles too.)