adspace


Tell me should I use print “$a dollars” or “{$a} dollars” command to print out the value of dollars in this case?

Answer Posted / Nishu Sharma

To correctly print out the dollar amount using PHP, you should use the escaped version: echo '{$a} dollars';. This ensures that any special characters within the variable will be properly interpreted.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me how do I redirect users back to my blog's main page after they login?

253


Do you know what is the current version of wordpress?

242


How much is the wordpress business plan?

211