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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -