Tuesday, 4 September 2012

The difference between include() and require() | PHP

A.      are different how they handle failure
B.      both are same in every aspects
C.      is include() produced a Fatal Error while require results in a Warning
D.      none of above

 Ans: A

No comments: