What is the exact Diff. between include_once() and
require_once() in PHP?
Answer Posted / asasdadas
asadasda
| Is This Answer Correct ? | 21 Yes | 37 No |
Post New Answer View All Answers
Explain how to submit form without a submit button.
Which php mvc framework is best?
Explain me what is the use of header() function in php?
Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
What are php parameters?
What are the different loops in php?
Which function is used to strip whitespace?
How could I install codeignitor ?
How to make a class in php?
Explain how to run the interactive php shell from the command line interface?
How do I install php and apache on windows 10?
Explain what is the difference between for and foreach?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
What is html used for?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?