mysql_query("INSERT INTO usuarios(nombre,edad,ciudad,mail)values('$_POST[nombreV]','$_POST[edad]','$_POST[ciudad]','$_POST[mail]')");