Home >>
PHP >> Would I use print "$a dollars" or "{$a} dollars" to print out the amount of dollars in PHP
Would I use print "$a dollars" or "{$a} dollars" to print out the amount of dollars in PHP
"{$a} dollars" to print out the amount of dollars
Post Your Comment