What is the sign to start variables in PHP?



What is the sign to start variables in PHP?..

Answer / Deepak Uttam

The sign to start variables in PHP is a '$' symbol. Example: $myVariable;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Do you know design patterns. List few?

1 Answers  


how long a default session stay in php?

8 Answers  


Does php 5 support exceptions?

1 Answers  


What is interface? Why it is used?

1 Answers  


What is the differences between $a != $B and $a !== $B?

1 Answers  


What is the scope of a variable defined in a function?

1 Answers  


Explain about getters and setters in php?

1 Answers  


How to find current date and time?

1 Answers  


What is string in php?

1 Answers  


Why do we use query?

1 Answers  


How can we display the output directly to the browser?

1 Answers  


Explain me what is x+ mode in fopen() used for?

1 Answers  


Categories