Can we use include (?abc.PHP?) two times in a PHP page
?makeit.PHP??
Answers were Sorted based on User's Feedback
Answer / hitu patel
Yes we cab include the files two time in the PHP page.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / naveen das
Using require_once so that it will take only one instance of it.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / srinu
yes we can use include more than onetime in one php page
| Is This Answer Correct ? | 3 Yes | 1 No |
How to repeat a string to a specific number of times in php?
How can post form values with out press submit button
Write a program to swap two numbers using php.
Which MySQL function would you use to select a database?
How to write comment in php?
Can you explain, when to use if-else if-else over switch statements?
Why do we use php?
What are psrs?
What is inheritance in php with example?
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 is .htaccessfile and use of this file
Where is the submitted form data stored?