Tema: Ayuda!!!!!
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/06/2007, 12:39
Pez.mx
 
Fecha de Ingreso: febrero-2005
Mensajes: 6
Antigüedad: 19 años, 3 meses
Puntos: 0
Re: Ayuda!!!!!

Gracias el problema se soluciono pero me salta otro error!

ERROR
--------------------------------------------------------------------
Warning: sprintf() [function.sprintf]: Too few arguments in C:\citur\a_pago.php on line 216
--------------------------------------------------------------------

CODIGO
--------------------------------------------------------------------
$sql="SELECT * FROM clientes WHERE id=".$_REQUEST['id'];
$row= $obj->_consultaDB($sql);
print sprintf($html,$row['meses'],date('Y/m/d', strtotime($row['fecha_pago'])), $row['OBSERVACIONES']);
print "
---------------------------------------------------------------------

gracias por su ayuda!!!