I'm a beginner in PHP and mySQL and i'm starting to connect both, i'm programing a little php script.
It's all going fine except for a warning of undefined variable.
I don't have a way to define it so i was wondering if it's possible to disable the warning .
It's not common to have E_NOTICE on in setting error_notice within php.ini, on a production (live) server at least. And besides, you should/could eliminate the notices. For example :
Bookmarks