>On Tue, Jul 02, 2002 at 11:08:13AM +0530, Sachin Keshavan wrote:
>>
>> I am trying to execute the Query
>> SELECT MAX(RECORDNO) AS MAXREC FROM BOOKS;
>>
>> while($row = mysql_fetch_array($sql_result))
>> {
>> $bookID = $row['MAXREC'];
>> }
>>
>> This query fails. Am I doing any thing wrong h
On Tue, Jul 02, 2002 at 11:08:13AM +0530, Sachin Keshavan wrote:
>
> I am trying to execute the Query
> SELECT MAX(RECORDNO) AS MAXREC FROM BOOKS;
>
> while($row = mysql_fetch_array($sql_result))
> {
>$bookID = $row['MAXREC'];
> }
>
> This query fails. Am I doing any thing wrong here.
2 matches
Mail list logo