Posted On: Apr 15, 2024
The double quotes in string using (" ") sign and write content under this sign. The double quotes convert variable as value.
An example is below:-
$str8 = " need to read data where has to go "; echo $str 8 output: double quotes in the string
echo “ PHP work $str8 output: PHP work need to read data where has to go
Never Miss an Articles from us.
The String is a collection or set of characters in sequence in PHP. The String in PHP is used to save and manipulate like an update, delete and read the data....
The int or integer used for a variable into an integer in PHP....
The string concatenation means two strings connect together. The dot ( . ) sign used in PHP to combine two string. Example:- <?php $stringa = " creative "; $stringb = "writing "; echo $stringa ...