Using mysql, how do I access the data of the next row using code
something like this:
$result = mysql_query("select column from table where whatever='whatever'");
while($array = mysql_fetch_array($result)){
//Whatever
}-- The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
