Can we use include (?abc.PHP?) two times in a PHP page
?makeit.PHP??

Answers were Sorted based on User's Feedback



Can we use include (?abc.PHP?) two times in a PHP page ?makeit.PHP??..

Answer / arvind sharma

yes we can use it.

Is This Answer Correct ?    9 Yes 1 No

Can we use include (?abc.PHP?) two times in a PHP page ?makeit.PHP??..

Answer / hitu patel

Yes we cab include the files two time in the PHP page.

Is This Answer Correct ?    5 Yes 0 No

Can we use include (?abc.PHP?) two times in a PHP page ?makeit.PHP??..

Answer / naveen das

Using require_once so that it will take only one instance of it.

Is This Answer Correct ?    4 Yes 1 No

Can we use include (?abc.PHP?) two times in a PHP page ?makeit.PHP??..

Answer / srinu

yes we can use include more than onetime in one php page

Is This Answer Correct ?    3 Yes 1 No

Can we use include (?abc.PHP?) two times in a PHP page ?makeit.PHP??..

Answer / sudheer

yes

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More PHP Interview Questions

How many functions are there in php?

0 Answers  


What is symfony php?

0 Answers  


Is php used in 2019?

0 Answers  


What is magic function in php?

0 Answers  


How to run a php script?

0 Answers  


Explain me is multiple inheritance supported in php?

0 Answers  


In mail($param1, $param2, $param3, $param4), the $param2 contains__

1 Answers  


Tell me what is the actually used php version?

0 Answers  


Explain what does the unset() function means?

0 Answers  


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.

1 Answers   IndiaTimes,


Tell me what is the use of explode() function?

0 Answers  


Explain what is the difference between $var and $$var?

0 Answers  


Categories