Wednesday, November 12, 2008

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

Question: Can we use include ("abc.php") two times in a php page "makeit.php"?
Answer:
Yes‚ and we can use it more then two times.

No comments:

How to solve mysql ERROR 1118 (42000) Row size too large

  I had this issue with MYSQL 5.7 . The following worked althoug...