PHP Syntax is in Some Ways like CSS.
- Published Monday August 10, 2009 | Edit
1
“Each code line in PHP must end with a semicolon. The semicolon is a separator and is used to distinguish one set of instructions from another.” – Via
- CSS:
color: red; - PHP:
$name_of_thing = thingy;
The : of CSS is a lot like the = of PHP. Noted.
2
Still searching…

