InterviewSolution
Saved Bookmarks
| 1. |
The PHP interpreter switches mode continuously.(a) True(b) FalseI have been asked this question during an online exam.My doubt is from PHP Overview topic in portion MySQL Programs Using Perl DBI and PHP of MySQL |
|
Answer» RIGHT ANSWER is (a) True To EXPLAIN I would say: As soon as the PHP interpreter COMES across a special opening tag it switches from ‘text copy’ mode to ‘PHP code’ mode. It STARTS interpreting the file as PHP code to be executed. |
|