Não foi possível estabelecer uma conexão com o gerenciador MySQL. Favor Contactar o Administrador1.

"; exit; } //2� passo - Seleciona o Banco de Dados if(!($db=mysql_select_db($dbname,$con))) { echo "

Não foi possível estabelecer uma conexão com o gerenciador MySQL. Favor Contactar o Administrador2.

"; exit; } function sql_busca($tabela,$col = "",$onde = "",$por=""){ $where = ""; if($onde != "") $where = " WHERE ".$col." = ".$onde; $order = ""; if($por != "") $order = " ORDER BY ".$por; $sel_busca = "SELECT * FROM ".$tabela.$where.$order; return mysql_query($sel_busca); } function sql_busca_pri($tabela){ $sel_busca = "SELECT * FROM ".$tabela." LIMIT 0,1"; return mysql_query($sel_busca); } ?> Bioquântico - Sistema De Vibromassagem

Fatal error: Uncaught Error: Call to undefined function mysql_query() in /home2/bioquantico/public_html/nav/sobre.php:2 Stack trace: #0 /home2/bioquantico/public_html/index.php(5): require() #1 {main} thrown in /home2/bioquantico/public_html/nav/sobre.php on line 2