Answer Posted / master
variable r defined using the $ symbol.for ex: $x,$value etc.
u can even asign the values directly like $x=10 or $x='php';
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the main difference between require() and require_once()?
What are php string functions?
How is it possible to know the number of rows returned in result set?
What beforeFilter() is used?
Why constructor is not overridden?
How to write in a file in php?
How to pass an argument to a function?
Which is better #define or enum?
How many types of array are there in php?
What are traits?
What are the two most common ways to start and finish a php block of code?
How can we upload a file in php?
What is the different between count() and sizeof() in php?
What is associative array in php?
Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?