What's the diff. between include() and Include_once().
Answer Posted / nikunj
when page is executed then include() func. include file
every times and include_once() func. include file only once
when page is execute
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Where is php code written?
How can we destroy the cookie in php?
Tell me how to find current date and time?
Do you know what is the differences between $a != $B and $a !== $B?
What is the current stable version of php?
Which is faster for or foreach php?
What is mysqli php?
write a prog using insert,update,delete in this manner as output? name: phno. add button 1.name phno. edit button delete button 2.
How to select a database in php?
How can you upload a file using php?
What is crypt () in php?
Is null or empty c#?
What does pear stand for?
What is an example of a variable?
What is difference between put and post method in http?