Question:Which functions are used to add file in a script?
Answer Ans: There are four functions are used to add file in a script . Such as:
♦ include() function
♦ include_once() function
♦ require () function
♦ require_once() function
+ Report
Which functions are used to add file in a script?