localhost - I update my xampp and i face this errors Notice: Undefined variable: session in -


i update xampp , face errors notice: undefined variable: session in
try php.ini no solution have more 30 scipts in localhost , want ignore errors. how can this

put @ end of php.ini

error_reporting = e_all & ~e_notice & ~e_deprecated & ~e_strict 

make right php.ini


Comments