|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-05-29 11:29 UTC] thies at cvs dot php dot net
[1999-05-29 11:43 UTC] thies at cvs dot php dot net
[2003-12-02 07:07 UTC] arulvel dot ramanan at citigroup dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 09:00:01 2025 UTC |
$query = "SELECT nom_classif, desc_classif, img_classif FROM classifications WHERE num_classif=6"; In this case, nom_classif = "Mode", desc_classif=img_classif=""; ora_fetch_into returns array("Mode") instead of array("Mode", "", "") This occurs only when the last records are empty (in this case, desc_classif and img_classif). I use PHP module with Netscape Server 3.5.1 and Oracle 7.3.4.