Ver Mensaje Individual
  #8 (permalink)  
Antiguo 21/09/2011, 14:15
thehack
 
Fecha de Ingreso: abril-2010
Mensajes: 151
Antigüedad: 14 años
Puntos: 1
Respuesta: error en strstr

el cual me imprime esto ;) saludos espero este bien

Código PHP:
Ver original
  1. <form action="javascript:cuentas.login_ajax();" method="post" >
  2.  <small>Usuario:</small>
  3.  <input name="usuario" class="loginput blur" placeholder="Usuario" id="usuario" type="text" />
  4.                                      
  5.   <table width="300">
  6.   <tbody><tr><td align="left">
  7.  <small>Contrase&ntilde;a:</small></td></tr><tr></tr></tbody></table>
  8.  <input name="password" class="loginput blur" placeholder="Contrase&ntilde;a" id="password" type="password" />
  9.  
  10.  
  11.  <br>
  12.  <table height="40" width="300">
  13.  <tbody><tr> <td align="left">
  14.              <input class="loginbtn" value="&radic; Entrar" type="submit" />
  15.  
  16.  
  17.   </td> <td align="right">   <input type="checkbox" id="rem" name="rem" value="true" checked="checked" />
  18.  <span>No cerrar Sesi&oacute;n</span></td> </tr><tr></tr></tbody></table>
  19.  <div class="klear"></div>
  20.  
  21.  </form>