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 many functions are there in php?
What is symfony php?
Is php used in 2019?
What is magic function in php?
How to run a php script?
Explain me is multiple inheritance supported in php?
In mail($param1, $param2, $param3, $param4), the $param2 contains__
Tell me what is the actually used php version?
Explain what does the unset() function means?
we store and display scores of users in different games. In MySQL, records are stored as tuples (user-id, game-id, score). Now we need to support ranks of users, i.e., each user should be informed of his current rank in the community. The challenge is to come up with the best way to store the data in MySQL so that the requirements are efficiently met.
Tell me what is the use of explode() function?
Explain what is the difference between $var and $$var?