I have the following structure for registering a new MySQL database account (register.php):
<?php
$con = mysqli_connect("meu_host","meu_user","minha_senha","banco");
mysqli_query($con,"INSERT INTO contas VALUES (" + $id + ", " + $pass...
asked by
25.03.2014 / 04:09