registro_can.php
Cita:
verifica.php<html>
<head>
<title>REGISTRO</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body background ="">
<br><br>
<table border=4 width=50% height=60% bgcolor="white" align="center">
<tr><th height=50% width=70% valign="top">
<br>
<img src="SEBIN.jpg" height="25%" width="30%" align="left">
<img src="CANES.jpg" height="25%" width="30%" align="right">
<br><FONT size="4" face="tahoma">SEBIN
<br>Coordinacion de Operaciones Caninas
<br>Sistema de Historial Medico Veterinario
</FONT>
<br><br><br>
<hr size=5>
REGISTRO DE HISTORIAL MEDICO VETERINARIO
<hr size=5>
<form name="form2" method="post" action="verifica.php">
<table align="center" border=1 bgcolor="#FFFFFF">
<tr> <td class="Estilo8">
<strong>Nombre del Guía:</strong>
<td colspan=2 class="Estilo8">
<input name="nombreguia" type="text" size="40" maxlength="50%">
</tr>
<tr>
<td class="Estilo8"><strong>Apellido del Guía:</strong>
<td class="Estilo8">
<input name="apellidoguia" type="text" size="40" maxlength="50%">
</tr>
<tr>
<td class="Estilo8"><strong>Credencial:</strong>
<td class="Estilo8">
<input name="credencialguia" type="text" size="40" maxlength="50%">
</tr>
<tr>
<td class="Estilo8"><strong>Cedula:</strong>
<td class="Estilo8">
<input name="cedula" type="text" size="40" maxlength="50%">
</tr>
<tr>
<td class="Estilo8">
<strong>Nombre del Can:</strong>
<td colspan=2 class="Estilo8">
<input type="text" size="40" name="can" maxlength="50%">
</tr>
<tr>
<td class="Estilo8"><strong>Raza:</strong>
<td class="Estilo8">
<input name="raza" type="text" size="40" maxlength="50%">
</tr>
<tr>
<td class="Estilo8"><strong>Fecha de Nacimiento:</strong>
<td colspan=2 class="Estilo8">
<input name="fecha" type="date" size="10" maxlength="10">
</tr>
<tr>
<td class="Estilo8"><strong>Especialidad:</strong>
<td colspan=2 class="Estilo8">
<input name="especialidad" type="text" size="40" maxlength="50%">
</tr>
<tr>
<td class="Estilo8"> <strong>Sexo:</strong>
<td colspan=2 class="Estilo8">
<select name="sexo">
<option value="">...
<option value="M">Macho
<option value="H">Hembra
</select>
</tr>
<td class="Estilo8"><strong> Nombre del Padre:</strong>
<td class="Estilo8">
<input name="nombrepadre" type="text" size="40" maxlength="50%">
</tr>
<tr>
<td class="Estilo8"><strong>Nombre de la Madre:</strong>
<td class="Estilo8">
<input name="nombremadre" type="text" size="40" maxlength="50%">
</tr>
<tr>
<td class="Estilo8"><strong>Desendencia Numero:</strong>
<td class="Estilo8">
<input name="desendencia" type="text" size="40" maxlength="50%">
</table>
<input name="registrar" type="submit" value="REGISTRAR"/>
<input type="button" value="CONSULTAR" onClick="">
<br><a href="welcome.php">Regresar</a>
</form>
</body>
</html>
<head>
<title>REGISTRO</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body background ="">
<br><br>
<table border=4 width=50% height=60% bgcolor="white" align="center">
<tr><th height=50% width=70% valign="top">
<br>
<img src="SEBIN.jpg" height="25%" width="30%" align="left">
<img src="CANES.jpg" height="25%" width="30%" align="right">
<br><FONT size="4" face="tahoma">SEBIN
<br>Coordinacion de Operaciones Caninas
<br>Sistema de Historial Medico Veterinario
</FONT>
<br><br><br>
<hr size=5>
REGISTRO DE HISTORIAL MEDICO VETERINARIO
<hr size=5>
<form name="form2" method="post" action="verifica.php">
<table align="center" border=1 bgcolor="#FFFFFF">
<tr> <td class="Estilo8">
<strong>Nombre del Guía:</strong>
<td colspan=2 class="Estilo8">
<input name="nombreguia" type="text" size="40" maxlength="50%">
</tr>
<tr>
<td class="Estilo8"><strong>Apellido del Guía:</strong>
<td class="Estilo8">
<input name="apellidoguia" type="text" size="40" maxlength="50%">
</tr>
<tr>
<td class="Estilo8"><strong>Credencial:</strong>
<td class="Estilo8">
<input name="credencialguia" type="text" size="40" maxlength="50%">
</tr>
<tr>
<td class="Estilo8"><strong>Cedula:</strong>
<td class="Estilo8">
<input name="cedula" type="text" size="40" maxlength="50%">
</tr>
<tr>
<td class="Estilo8">
<strong>Nombre del Can:</strong>
<td colspan=2 class="Estilo8">
<input type="text" size="40" name="can" maxlength="50%">
</tr>
<tr>
<td class="Estilo8"><strong>Raza:</strong>
<td class="Estilo8">
<input name="raza" type="text" size="40" maxlength="50%">
</tr>
<tr>
<td class="Estilo8"><strong>Fecha de Nacimiento:</strong>
<td colspan=2 class="Estilo8">
<input name="fecha" type="date" size="10" maxlength="10">
</tr>
<tr>
<td class="Estilo8"><strong>Especialidad:</strong>
<td colspan=2 class="Estilo8">
<input name="especialidad" type="text" size="40" maxlength="50%">
</tr>
<tr>
<td class="Estilo8"> <strong>Sexo:</strong>
<td colspan=2 class="Estilo8">
<select name="sexo">
<option value="">...
<option value="M">Macho
<option value="H">Hembra
</select>
</tr>
<td class="Estilo8"><strong> Nombre del Padre:</strong>
<td class="Estilo8">
<input name="nombrepadre" type="text" size="40" maxlength="50%">
</tr>
<tr>
<td class="Estilo8"><strong>Nombre de la Madre:</strong>
<td class="Estilo8">
<input name="nombremadre" type="text" size="40" maxlength="50%">
</tr>
<tr>
<td class="Estilo8"><strong>Desendencia Numero:</strong>
<td class="Estilo8">
<input name="desendencia" type="text" size="40" maxlength="50%">
</table>
<input name="registrar" type="submit" value="REGISTRAR"/>
<input type="button" value="CONSULTAR" onClick="">
<br><a href="welcome.php">Regresar</a>
</form>
</body>
</html>
Cita:
<?php
$con = new mysqli("localhost", "root", "", "sismedico");
if ($con->connect_errno)
{
echo "Fallo al conectar a MySQL: (" . $con->connect_errno . ") " . $con->connect_error;
exit();
}
$nombreguia = $_POST['nombreguia'];
$apellidoguia = $_POST['apellidoguia'];
$credencialguia = $_POST['credencialguia'];
$cedula = $_POST['cedula'];
$can = $_POST['can'];
$raza = $_POST['raza'];
$fecha = $_POST['fecha'];
$especialidad = $_POST['especialidad'];
$sexo = $_POST['sexo'];
$nombrepadre = $_POST['nombrepadre'];
$nombremadre = $_POST['nombremadre'];
$desendencia = $_POST['desendencia'];
if($_POST['registrar'] and $cedula!=""){
$registro = mysql_query("INSERT INTO registro (nombreguia, apellidoguia, credencialguia, cedula, can, raza, fecha, especialidad, sexo, nombrepadre, nombremadre, desendencia) VALUES ('$nombreguia', '$apellidoguia', '$credencialguia', '$cedula', '$can', '$raza', '$fecha', '$especialidad', '$sexo', '$nombrepadre', '$nombremadre', '$desendencia')");
}
echo "Registro Exitoso";
?>
$con = new mysqli("localhost", "root", "", "sismedico");
if ($con->connect_errno)
{
echo "Fallo al conectar a MySQL: (" . $con->connect_errno . ") " . $con->connect_error;
exit();
}
$nombreguia = $_POST['nombreguia'];
$apellidoguia = $_POST['apellidoguia'];
$credencialguia = $_POST['credencialguia'];
$cedula = $_POST['cedula'];
$can = $_POST['can'];
$raza = $_POST['raza'];
$fecha = $_POST['fecha'];
$especialidad = $_POST['especialidad'];
$sexo = $_POST['sexo'];
$nombrepadre = $_POST['nombrepadre'];
$nombremadre = $_POST['nombremadre'];
$desendencia = $_POST['desendencia'];
if($_POST['registrar'] and $cedula!=""){
$registro = mysql_query("INSERT INTO registro (nombreguia, apellidoguia, credencialguia, cedula, can, raza, fecha, especialidad, sexo, nombrepadre, nombremadre, desendencia) VALUES ('$nombreguia', '$apellidoguia', '$credencialguia', '$cedula', '$can', '$raza', '$fecha', '$especialidad', '$sexo', '$nombrepadre', '$nombremadre', '$desendencia')");
}
echo "Registro Exitoso";
?>
Ayudenme para que registre, y si saben como hacer que valide los campos, se los agradeceria de todo corazon