Variable in PHP
Rules of declaring variables in PHP •A variable starts with the $ sign followed by the name of variable. •A variable cannot start with a number. •A variable can only contain alphabets, numbers and underscore. •Variable names are case sensitive. …
Read More........