Question:Which functions are used to add file in a script?
Answer PHP offers four function for including files into applications. These are:
include(), require(), include_once(), require_once().
+ Report
Which functions are used to add file in a script?