<?php$conexion = mysql_connect("localhost", "xxxxxx","yyyyyy");mysql_select_db("formuv3", $conexion) or die("No me pude conectar");?>