Date: 08/01/99
- Next message: giordy <email protected>: "[PHP-DEV] PHP 4.0 Bug #1940: File not found"
- Previous message: Egon Schmid: "[PHP-DEV] cvs: /php3/functions datetime.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: musica98 <email protected>
Operating system: RedHat6.0
PHP version: 3.0.11
PHP Bug Type: Other
Bug description: I can't get result of ifx_num_rows
I'm user of informix IDS7.3-LE with RedHat6.0
I can't get the result of "IFX_NUM_ROWS"
Following code is my example PHP code.
------------------------------------------
<?
$conn_id = ifx_connect("sotres7 <email protected>","informix","******");
$query = "select * from customer";
$res_id = ifx_query($query,$conn_id);
$rowcount = ifx_num_rows($res_id);
echo($rowcount);
?>
--------------------------------------------
What's wrong?
I can't right result of ifx_num_rows.
Please teach me.
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: giordy <email protected>: "[PHP-DEV] PHP 4.0 Bug #1940: File not found"
- Previous message: Egon Schmid: "[PHP-DEV] cvs: /php3/functions datetime.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

