Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notice: Use of undefined constant codigo - assumed 'codigo' in /home/u479087985/public_html/http/lib/func.inc.php on line 364 #1

Open
pedrogiampietro opened this issue Aug 16, 2017 · 0 comments

Comments

@pedrogiampietro
Copy link

pedrogiampietro commented Aug 16, 2017

Na verdade isto não é um erro e sim uma advertência sobre o uso da função mysql_connect().

Para retirar esta advertência coloque no inicio do código da conexão a seguinte linha:

error_reporting (E_ALL & ~ E_NOTICE & ~ E_DEPRECATED);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant