PHP: (easy ques.) Correct Syntax?

Whitespace is irrelevant in PHP. They'll both evaluate the same.

I would use spaces, myself, just for readability. That's the only difference: A string of numbers and operators with no whitespace is hard to read. There's no standards preference here.
 
Back
Top