1
Guys I’m starting in the world of php and I would like to know the difference and, in what suits the use of the commands: echo, print () echo "". Yes and also know the difference in using single and double quotes '' and "".
1
Guys I’m starting in the world of php and I would like to know the difference and, in what suits the use of the commands: echo, print () echo "". Yes and also know the difference in using single and double quotes '' and "".
Browser other questions tagged php
You are not signed in. Login or sign up in order to post.
About the quotation marks, it’s already answered here: Difference between single and double quotes in PHP - Always use the simple ones if you don’t need variable substitution.
– Bacco
About echo and print, already answered here: echo or print, which really is the best option?
– Bacco