Mega Code Archive

 
Categories / Php / Functions
 

Output value of a variable wit print function

$total = 123.123; print "Total cost of the meal is \$$total";