|
INTERVIEW QUESTIONS
PROGRAMMING LANGUAGES
PHP
DETAILS
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.
|
|
|
Category |
PHP Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 8211 users |
Added on |
10/28/2014 |
Views |
68661 |
Rate it! |
|
|
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. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem?
|
View Answer
|
|
How can I execute a PHP script using command line?
|
View Answer
|
|
What is the difference between mysql_fetch_object and mysql_fetch_array?
|
View Answer
|
|
How To Get the Uploaded File Information in the Receiving Script?
|
View Answer
|
|
What is meant by urlencode and urldecode?
|
View Answer
|
|
What are the differences between require and include, include_once?
|
View Answer
|
|
How To Write the FORM Tag Correctly for Uploading Files?
|
View Answer
|
|
How do you define a constant?
|
View Answer
|
|
What does a special set of tags do in PHP?
|
View Answer
|
|
What Is a Persistent Cookie?
|
View Answer
|
|
What is the difference between $message and $$message?
|
View Answer
|
|
How can we repair a MySQL table?
|
View Answer
|
|
How can we know the number of days between two given dates using PHP?
|
View Answer
|
|
What is meant by PEAR in php?
|
View Answer
|
|
What Is a Session?
|
View Answer
|
|
What's PHP?
|
View Answer
|
|
What exactly is validating and sanitizing?
|
View Answer
|
|
What are the different filter functions used to filter a variable?
|
View Answer
|
|
Explain about PHP filter and why it should be used?
|
View Answer
|
|
Explain about switch statement in PHP?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All PHP Interview Questions & Answers - Exam Mode /
Learning Mode
|