Quantcast
Channel: Gordon Luk » Uncategorized
Viewing all articles
Browse latest Browse all 10

Idiot PHP Reminder of the Day

$
0
0

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.


Viewing all articles
Browse latest Browse all 10

Trending Articles