Posted by Akhenaten on 05/19/07 03:40
On May 18, 10:10 pm, Akhenaten <jonko...@gmail.com> wrote:
> Any suggestion as to why my fetch_array is bad?
>
17 hours a day is too much. Changed the code to:
$result = "SELECT `a_uid` FROM `answers` WHERE `qid` = '13'";
$query = mysql_query($result, $db);
while ($item = mysql_fetch_array($query)) {
echo $item[a_uid];
}
and we now run ok..... I gotta get some sleep |-}
Navigation:
[Reply to this message]
|