What is the difference between $message and $$message?
Answer Posted / shekar
$message is normal variable , where as $$message is
variable variable
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
What is traits? How it is used in php?
What is the use of mysqli_real_escape_string() function?
Why do we use cookie?
Tell me how can we connect to a mysql database from a php script?
How to replace a substring in a given string in php?
How to write a program to make chess?
How to create a web form?
What is the difference between public, protected and private?
What is binary safe string?
List some features of php that are deprecated in php
What is the role of php?
What do you mean by having php as whitespace insensitive?
Is php open source?
Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?
What are php magic quotes?