Single quotes VS double quotes
Single quotes VS double quotes in php
Single quotes VS double quotes in php |
$a=6; echo '$a';this php script will be produce your variable is a string this is the output of upper script $a but now if use double quotes for this then the output will be correct
now the output of this script will be this 6 but if you want to output a simple strings then always use single quotes because its much faster to double quotes
output my name is shakil khan
Single quotes VS double quotes
Reviewed by Shakil Khan
on
20:21
Rating:
No comments:
Thanks for your feedback...