Posts by fSociety • 1 point
2 posts
-
0
votes1
answer50
viewsQ: Show database data on page
I’m having trouble showing the database data on the page. Error messages: <?php $host = "localhost"; $db = "faa"; $user = "root"; $pass = ""; // conecta ao banco de dados $con =…
-
-1
votes1
answer73
viewsQ: Error while trying to show mysql data in html
I am wanting to pull some things that is in a table in the database, only that error is appearing in the connection line of the database. bd: Projects table: projects ERROR: Fatal error: Uncaught…