i have some script that worked correcttly
i changed php verion but i am getting some Notic
as:
Undefined index
Undefined Variable
i could sloved Undefined Variable error with this way i used of $_GET[""]
but i have some Question:
1- how i can slove Undefined index notic?
2- how i can disable notic errors?
3- i changed register_globals = off in php.ini but i get Undefined Variable if i not use of $GET[""] yet. i dont want use of $GET[""]. where of php.ini i should changing?