Category Archives: PHP Basics
How to Declare constant variable in php
Declare string array in php example tutorial
How to add | Use comments in php code

Insert single line comments & multiple lines comment inside php coding file. Comments are very useful part of programming languages because there are lots of lines of code written inside php scripting coding file and without comments finding their right description is very hard so comments help the developer to…
Declare character variable in php programming language

How to initialize char variable inside php script program using single cot. Character variable is used to hold single characters, for example here A is a single character and all the alphabets individually comes inside character variables. So here is the complete step by step tutorial for Declare character variable in php…
Declare string variable in php programming language

How to initialize string data type variable inside php script. String variable are used to hold group of multiple character inside it. For examples N is a single character but Name is multiple character group so here Name is string and only String variable can hold Name inside it. Php gives us the facility to easily…