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 make a class in php?
What is stdclass in php?
What is the exact Diff. between include_once() and require_once() in PHP?
What is the use of the function 'imagetypes()'?
How can we destroy the cookie in php?
How to convert a timezone from one to another ?
What is encapsulation in oop php?
What is php data type?
What is the difference between javascript and php?
Who is the father of php and what is the current version of php and mysql?
Write the code for upload a video file in PHP.How will You Play this in Your Page.?
2 Answers ASD Lab, Convex Digital,
Explain what are the two main string operators?