

MCQOPTIONS
Saved Bookmarks
1. |
While adding PHP to your HTML by putting it in a separate file which statement is correct? |
A. | include ('/filepath/filename') |
B. | require ('/filepath/filename') |
C. | include_once ('/filepath/filename') |
D. | All of them |
Answer» E. | |