What are rules for naming a PHP variable?

Submitted by: Administrator
Rules for naming a variable are following −

Variable names must begin with a letter or underscore character.

A variable name can consist of numbers, letters, underscores but you cannot use characters like + , - , % , ( , ) . & , etc
Submitted by:

Read Online Sr. PHP Programmer Job Interview Questions And Answers