What are the difference between include_once & Require_once?
Answer Posted / udhayakumar
include() generates a warning, but the script will continue
execution but require() generates a fatal error, and the
script will stop the execution
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between mysql_connect and mysql_pconnect?
Is php a middleware?
Explain $_FILES Superglobal Array?
What is member variable?
What is overloading and overriding in php?
Tell me what type of operation is needed when passing values through a form or an url?
Tools used for drawing er diagrams?
How to call php function in jquery?
What is var_dump function in php?
Does facebook use php framework?
What is trim function in php?
What is a stored procedure in mysql?
What are the Advantages and Application Areas of PHP?
Explain about looping in PHP?
Can you pass an array into a function?