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
How many types of errors in php?
How to enable parsing?
what is the use of include_once in php?
What is php destruct?
Is PHP an open source software?
How to create a text file in PHP?
What is the use session in php?
What are the rules for naming a php variable?
Is polymorphism inherited?
What is the use of final class in php?
What is session and why do we use it?
Where are php configuration settings stored?
How to find a substring from a given string in php?
Tell me what should we do to be able to export data into an excel file?
What is regular expression in javascript?