Basic PHP Programming Question:
Can we use include ("abc.php") two times in a php page "makeit.php"?

Answer:
Yes.
Previous Question | Next 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. |