PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
when i have used
$res = mysql_query($qry);
while($row = mysql_fetch_bject($res))
{
$row -> val1
}
at end when has fetched all the values i want to move result index at start
i mean i want to fetch all the vales again but with out again using "$res = mysql_query($qry);"