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 definition of a session?
Which function would you use to insert a record into a database in php?
How do functions work?
Is echo a function in php?
Explain what are some new features introduced in php7?
Tell me what are the encryption techniques in php?
What are new features in php 7?
Explain the syntax for ‘foreach’ loop with example.
What is php written in?
How to execute an sql query?
What is composer json?
How to reset/destroy a cookie in php?
What beforeFilter() is used?
How to remove a file?
How to execute an sql query? How to fetch its result?