neogeek on 07/01/06
Last Edited at 07/01/06 10:06am
if (!function_exists('mysql_fetch_results')) { function mysql_fetch_results($resource, $results = Array()) { while($row = @mysql_fetch_assoc($resource)) { $results[] = $row; } return $results; } }
Report this snippet Tweet
Comment:
You need to login to post a comment.