Mega Code Archive

 
Categories / Php / Language Basics
 

Spacing

<?php     print        "test"           ;     print"test";     print "test"; ?>