Home > Uncategorized > Idiot PHP Reminder of the Day

Idiot PHP Reminder of the Day

Don’t use require_once within functions. Especially when you iterate multiple times over that function. Use require or include instead, because the successive calls won’t import the additional code any more.

Uncategorized

  1. No comments yet.
  1. No trackbacks yet.