What is The difference between ' and " where they can ben
in between or outmost and how
Answer Posted / rajesh
variables within "" are evaluated where as variables within
'' are printed as it is, and execution of '' based statement
are faster when compared to ""
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to uploaded files to a table?
Explain the difference between array_merge() and array_combine()?
Tell me how a constant is defined in a php script?
What is static method php?
How to test if a variable is an array?
Is php the same as html?
Is it difficult to learn php?
What is binary safe function in php?
What is strlen function in php?
What is the function mysql_pconnect() useful for?
What are the three parts of an http request?
How can we encrypt the password using php?
Is it easy to learn wordpress?
Write a php script to get the largest key in an array?
Can I use php in visual studio?