Hi...
I would like to convert odbc_fetch_into to native php-mysql function. I tried to use mysql_fetch_array but it can't fetch specific row from the result set. And as far as I know, there's no mysql function that allow us to do this. Please help.
I suggest that you read the php documentation thouroughly for what you are looking for. PHP's support for all things SQL is the best.
http://www.php.net/manual/en/ref.mysql.php