I am trying to test if my database has connected properly from a query, but apparently mysql_query () does not execute and does not change my table. My code is this:
<?php
//conecta a base de dados
$dbc = mysql_connect('localhost', 'dbweb',...
asked by
17.05.2016 / 20:06