I want to get the result from first row (the one next from ID field) of the table using
$HotelName = mysql_result($resultHotel,0,1) or die(mysql_error()); 
// Note that there is data in the table for sure
and I got the error back said
Warning : 1 is not a Mysql result Index ...... ( and point to that aprticular line of 
course ).

What is wrong here?
Jack
[EMAIL PROTECTED]
"There is nothing more rewarding than reaching the goal you set for yourself"

Reply via email to