Ask a Question related to PHP Notes, Design and Development.
-
zapper82@hanmail.net #1
note 33622 added to function.odbc-fetch-row
Hey, This odbc_fetch_row() doesn't works... -_T
Is Not this function usage same to mysql_fetch_row() ???
ex) $row = odbc_fetch_row($result);
echo($row[0]);
No result;;
----
Manual Page -- [url]http://www.php.net/manual/en/function.odbc-fetch-row.php[/url]
Edit Note -- [url]http://master.php.net/manage/user-notes.php?action=edit+33622[/url]
Delete Note -- [url]http://master.php.net/manage/user-notes.php?action=delete+33622&report=yes[/url]
Reject Note -- [url]http://master.php.net/manage/user-notes.php?action=reject+33622&report=yes[/url]
zapper82@hanmail.net Guest
-
note 33981 added to function.mysql-fetch-row
It is probably worth pointing out that the array elements will actually be of type string, OR NULL if the field is null in the database. Thus,... -
note 24725 deleted from function.odbc-fetch-array by didou
Note Submitter: lclavien at iname dot com ---- subpacket19@hotmail.com] If you look at the source, you'll see that this function only works... -
note 23322 deleted from function.odbc-fetch-array by didou
Note Submitter: greg@cabinetuk.com ---- This function returns a Call to undefined function error in PHP 4.2.1 also! Has it been removed? -
note 33928 added to function.odbc-fetch-array
It seems as if this function doesn't work in PHP 4.3.2. The "Call to Undefined Function" error occurs when calling this function. ---- Manual Page... -
note 33905 added to function.mysql-fetch-row
i'm running the php-nuke 6.7 vhen i go to http://www.user**.net/admin.php?op=LinksListModRequests Warning: mysql_fetch_row(): supplied argument... -
rioter@php.net #2
note 33622 rejected from function.odbc-fetch-row by rioter
Note Submitter: [email]zapper82@hanmail.net[/email]
----
Hey, This odbc_fetch_row() doesn't works... -_T
Is Not this function usage same to mysql_fetch_row() ???
ex) $row = odbc_fetch_row($result);
echo($row[0]);
No result;;
rioter@php.net Guest



Reply With Quote

