URGENT
Posted: Fri Dec 26, 2003 12:48 am
Please help me
i got data from mysql like below
$rsSize= mysql_query ($sSql);
while($rsSizeRow = mysql_fetch_array($rsSize))
this will give all roww one by one
but i want to get a perticualr row in array ?
say i want to take a row by using rand ?
how it is possible ?
psl help me
i got data from mysql like below
$rsSize= mysql_query ($sSql);
while($rsSizeRow = mysql_fetch_array($rsSize))
this will give all roww one by one
but i want to get a perticualr row in array ?
say i want to take a row by using rand ?
how it is possible ?
psl help me