Posts by Gustavo Jorge • 1 point
2 posts
-
0
votes2
answers70
viewsA: Unidentified database: "No database Selected"
This part I put in the file itself "conexao.php": exec("set Names utf8"); }catch(Pdoexception $e){ echo "Error connecting with Mysql:". $e->getMessage(); } ?> <?php $conn =…
-
0
votes2
answers70
viewsQ: Unidentified database: "No database Selected"
I’m making a shopping cart file. The code is apparently correct, but when including the file connecting to the database, the browser displays the message "In the database". Note: Both the file,…