Mega Code Archive

 
Categories / Php / Strings
 

Double quotation marks allow the parsing of variables

<? $name = "john"; print "hello, $name";  ?>