Posts by Gazelle • 3 points
2 posts
-
0
votes1
answer74
views -
-1
votes1
answer78
viewsQ: mysql_query() does not execute
I am trying to test if my database has connected correctly from a query, but apparently mysql_query() does not execute and changes my table. This is my code: <?php //conecta a base de dados $dbc…