PHP Basic Syntax Introduction Watch Free Online Video Tutorial in Hindi/Urdu

In the PHP if you want to write any code then you have to follow PHP rules. Many programming language follow the syntax rules. For writing any script in PHP you have to write first of all PHP starting tag <?php and don’t forget write end tag ?>. Both tags is very useful for writing script. Without these (<?php….?>) tags you cannot run any PHP scripts. These tags are always necessary for run PHP script and for good programming.


Php Tutorial in Hindi


After the coding complete you should use semicolon at the end. Semicolon is use for separator of every line in PHP script. In PHP if you want to print any statement then PHP gives very useful statement print and echo. By this statement you can print any statement or warning or notice about PHP scripts.

Watch Free Online Video Tutorial in Hindi/Urdu

PHP Basic Syntax Introduction Watch Free Online Video Tutorial in Hindi/Urdu


PHP Basic Syntax Introduction Watch Free Online Video Tutorial in Hindi/Urdu

Comments