[SOLVED] problem in fetching record
Posted: Sat Aug 27, 2005 7:03 am
i used
and found 5 recods.
now i want to access record number 0 and record num 3 from the above 5 records.
howz this possible?
Thanx.
M. Abdul Mannan.
Code: Select all
$Res = mysql_query("select ImageId, ImageName, ImageAlt from Images") or die(mysql_error());
$signsNumber = mysql_num_rows($Res);now i want to access record number 0 and record num 3 from the above 5 records.
howz this possible?
Thanx.
M. Abdul Mannan.