I tried to connect to the database, but the database is only saving the ID of the user.
{$con = mysql_connect("localhost","root", "");
mysql_select_db("cadastro",$con);
$nome = $_POST['nome'];
$email = $_POST['email'];
$senha = $_POST['sen...
asked by
01.03.2018 / 06:35