Can you people answer to this questions | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Can you people answer to this questions

what is the differences between single quoted string and double quoted string in php.....

3rd Sep 2018, 1:06 PM
Lohithkumara S Lohith S
Lohithkumara S Lohith S - avatar
2 Answers
0
doubles takes var values : $text = "random text"; echo 'doesn't display $text'; //doesn't display $text echo "display $text"; //display random text
3rd Sep 2018, 1:23 PM
Sam Pache
Sam Pache - avatar
0
Meet Mehta I don't agree :(
3rd Sep 2018, 1:23 PM
Sam Pache
Sam Pache - avatar