strings in php
String are Sequence of characters that can be treated as a unit assigned to variables,simple specify php code is to enclose it in quotes
string in php whether single or double
ex:$my='php single string';
$my1="double quotes"
String are Sequence of characters that can be treated as a unit assigned to variables,simple specify php code is to enclose it in quotes
string in php whether single or double
ex:$my='php single string';
$my1="double quotes"