Showing posts with label variable names. Show all posts
Showing posts with label variable names. Show all posts

Friday, September 5, 2008

Some PHP Exercises

What is the assignment operator in PHP?
What are the rules for naming a PHP variable?
Can I start a PHP variable name with the # symbol?
Should we always declare a variable in PHP specifying its data type?
Is it true that all statements in PHP should end with a comma?