Well, I'm doing a project from a rental company, but the data is not being sent, this is the code:
<?php
$host = "localhost";
$user = "root";
$pass = "";
$banco = "locadora";
$conexao = mysql_connect($host,$user,$pass) or die(mysql_error())...
asked by
25.11.2015 / 15:47