PHP Flashcards
Learn PHP fundamentals
1
Q
What is the syntax for creating a variable in PHP?
A
$variable-name
2
Q
Are variable names case sensitive in PHP?
A
Yes
3
Q
Are function names case sensitive in PHP?
A
No