What's the diff. between include() and Include_once().
Answer Posted / guest
include includes the called file as many times as you call
include and include_once calls only once
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
Is php harder than javascript?
What is cookie and session in php?
How to upload file in php?
What is the use of header() function in PHP? What the Limitation of HEADER()?
What are the two types of variables?
What are the 5 types of variables?
How many escape sequences are recognized in single-quoted strings?
What is psr in php?
How to execute an sql query? How to fetch its result?
How to read one character from a file?
Is jquery better than javascript?
Which function can be used to exit from the script after displaying the error message?
What are the Advantages and Application Areas of PHP?
Explain which cryptographic extension provide generation and verification of digital signatures?
How to run a php script?