Mega Code Archive

 
Categories / Php / Strings
 

Combine an expression with a string

<? $centimeters = 212; print "the width is ".($centimeters/100)." meters"; ?>