Ver Mensaje Individual
  #3 (permalink)  
Antiguo 01/06/2015, 09:41
rudiaz
 
Fecha de Ingreso: abril-2015
Ubicación: Santiago de Chile
Mensajes: 80
Antigüedad: 9 años
Puntos: 0
Respuesta: Pasa el parametro correo sin valor

Intento de esta forma y no puedo:

Código PHP:
Ver original
  1. if ($email=="") {
  2.    echo(" <td><input type=text name=email size=40 maxlength=45 onkeypress=".chr(40)."return tabular(event,this)".chr(40)." ></td>");
  3. }
  4. if ($email!="") {
  5.    echo("<td>$email</td>");
  6. }