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

hice asi :) y se soluciono el problema
Código PHP:
Ver original
  1. $attributes = array("id" => "login",
  2.         "action" => "javascript:cuentas.login_ajax()",
  3.         "method" => "post",
  4.         "class" => "form",
  5.         "enctype" => "multipart/form-data");
  6.      $legend = "Form";
  7. print formOpen(is_array($attributes), $legend);