Basic PHP Programming Question:

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

PHP Interview Question
PHP Interview Question

Answer:

Yes.


Previous QuestionNext Question
How many ways we can retrieve the date in result set of mysql using php?For printing out strings, there are echo, print and printf. Explain the differences.