Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

PHP%20Interview%20Questions%20and%20Answers

Question: Would I use print "$a dollars" or "{$a} dollars" to print out the amount of dollars in this example?
Answer: In this example it wouldn't matter, since the variable is all by itself, but if you were to print something like "{$a},000,000 mln dollars", then you definitely need to use the braces.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook