I need help I'm trying to connect my PHP file with the bank so I can make a query and display the logs.
Connection code:
define('usuario_bd', 'root');
define('senha_bd', '');
define('nome_bd', 'loja');
mysql_connect('localhost/phpmyadmin',...
asked by
15.08.2017 / 19:06