Tag Archives: Quick Reference

PHP Quick Reference Study Guide

Comments In PHP #this is a comment, to EOL //this is also a comment, to EOL /* This is also a comment For multi lines */ Variables   Must start with (A-Za-z) or _(underscore) like: $blah $_blah $H4x0rs Illegial Variables $7337 $*UCK Variables in PHP are loosely typed, and do not need to be declared [...]