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
How to open a file for reading?
What is overloading and overriding in php?
Which function is used to strip whitespace?
What was the old name of php?
What is the difference between indexed and associative array?
What is the differences between $a != $B and $a !== $B?
What is php session_start() and session_destroy() function?
Does php have block scope?
What is button in html?
How can we submit form without a submit button?
How many ways to include array elements in double-quoted strings using php?
What is strcmp?
What are the advantages of indexes in php?
Can php run without server?
What is smarty?