-1

I update my xampp and i face this errors Notice: Undefined variable: session in
I try to php.ini but no solution i have more than 30 scipts in my localhost and i want to ignore this errors. How can i do this

Mr KaMaL
  • 41
  • 7

1 Answers1

0

Put this at the end of your php.ini

error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT

Make that is right php.ini

Randomius
  • 252
  • 1
  • 2
  • 12