What are the differences between include() and include_once
() functions?
Answer Posted / hiren
The include_once() statement includes and evaluates the
specified file during the execution of the script. This is a
behavior similar to the include() statement, with the only
difference being that if the code from a file has already
been included, it will not be included again. As the name
suggests, it will be included just once.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
am from coimbatore.am learning php&mysql. what will be the approx salary for me if i get a job in coimbatore.
Which function gives us the number of affected entries by a query?
Explain how can we execute a php script using command line?
Name some of the popular frameworks in php.
Is empty in excel?
What are the four scalar types of php?
Which PHP function would you use to send an email?
Can you define an argument as a reference type?
How do you clear environment variables?
What are the environmental variables?
What is the difference between php and cakephp?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
What is the difference between session_unregister() and session_unset()?
What is $_ server request_method == post?
Is php closing tag necessary?