Ver Mensaje Individual
  #3 (permalink)  
Antiguo 16/02/2011, 14:27
smolina
 
Fecha de Ingreso: enero-2011
Ubicación: Bucaramanga
Mensajes: 60
Antigüedad: 14 años
Puntos: 1
Respuesta: Imprimir msj de confirmacion al enviar formulario

mira lo que hice, no c si este bn

Código PHP:
Ver original
  1. if(mysql_error($conexion)==0)
  2.                 {
  3.                 echo "<br><br><br><br><table width='770'><tr><td align='right'><font color='red'>Registro Realizado con Exito</font></td></tr></table>";
  4.                 }
  5.                 else
  6.                 {
  7.                 if(mysql_error($conexion)==1062)
  8.                 {
  9.                 echo "<table class='check1'><tr><td align='center'> ya se encuentra registrado</td></tr>";
  10.                 }