Showing posts with the label PhpShow all

Variables in Php

Variables in Php The variable's identity is $(sing) (Variables की पहचान $(sing) है) But how do we use it by writing(लेकिन हम इसे लिखकर कैसे इस्तेमाल करते हैं) =>$name( characters ) =>$Name =>$name123( characters and numeric ) =>$name_name( characters an… Read more

Php Data Type

Php Data Type Variable can store data of different type and different data type can do different things. Php supports the data type 1-String   A string is a sequence of characters like "How are you".  Example-     <?php          … Read more

What is Php

What is PHP Hypertext PreProcessor Open source scripting language Php is free to download and use  Php scripts are executed on the server PHP Syntax           <?php                  // Php code           ?> Example :- <?php          ec… Read more