PHP Tips
1. Choose descriptive but concise variable names.
2. Use parentheses to clarify operations.
3. Always end the statement with a semicolon;
4. CONSTANTS names should be in UPPER-CASE by convention.
2. Use parentheses to clarify operations.
3. Always end the statement with a semicolon;
4. CONSTANTS names should be in UPPER-CASE by convention.

0 Comments:
Post a Comment
<< Home