Wednesday, September 3, 2014

PHP How to hidden Notice: Undefined variable: dir in




Just add this code...


error_reporting(E_ALL ^ E_NOTICE);


Solved!




No comments:

Post a Comment