InterviewSolution
Saved Bookmarks
| 1. |
What kind of path can the PHP file be?(a) Absolute(b) Relative(c) Either Absolute or Relative(d) Both Absolute and Relative |
|
Answer» The correct answer is (c) Either Absolute or Relative Best explanation: The PHP code is enclosed in special start and end processing instructions that allows you to jump into and out of “PHP mode”. The PHP file is either an absolute or relative path to a PHP script instead of the usual .js file. |
|