Re: [PHP-DB] Problema con MySQL

2004-02-03 Thread Juan Ringhetti
Marco, veo lo siguiente: estás utilizando la sentencia db_connect() en lugar de mysql_connect("parametros de conexion") y está faltándote mysql_select_db(base, link); para seleccionar la base de datos que tiene la tabla articulo_boletin. el resto parece estar todo 10 puntos. Saludos Juan Lic.

[PHP-DB] Informix function

2003-11-21 Thread Juan Ringhetti
Hi, I have a problem with PHP ifx_num_rows function. Once is executed after a ifx_query function it always returns 0 value (even the ifx_query return a couple of rows). I know that is a PHP bug (I have a php4.1.1 version), but, how can I do to solve this bug in a standard way? Without use "select