Can we use include (?abc.PHP?) two times in a PHP page
?makeit.PHP??
Answer Posted / naveen das
Using require_once so that it will take only one instance of it.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Which function would you use to merge two arrays in php?
Can I run php without xampp?
How to specify argument default values?
What is the scope of a variable defined outside a function?
what is PDO?
Tell me can the value of a constant change during the script's execution?
Which is variable cost?
What is the difference between == and === in php?
How to create a mysql connection?
When use javascript vs php?
What are the ways to include file in php?
Which framework is best for php?
Tell me are parent constructors called implicitly inside a class constructor?
Code to upload a file in PHP?
What is the difference between md5(), crc32() and sha1() crypto on php?