Can we use include (?abc.PHP?) two times in a PHP page
?makeit.PHP??
Answer Posted / arvind sharma
yes we can use it.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How to convert strings in hex format?
What is php string function?
What is the difference between associative array and indexed array?
What is a static method php?
What are the difference between array_keys() and array_key_exists() in php?
Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
What is array filter in php?
Tell me what is the main difference between require() and require_once()?
Will a comparison of an integer 12 and a string "13" work in php?
How do I escape data before storing it in the database?
explain php variable length argument function.
Which is better #define or enum?
What is the correct and the most two common way to start and finish a php block of code?
How to create reusable code in php?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?