Possible Duplicate:
How do i “echo” a “Resource id #6” from a MySql response in PHP?
Aşağıdaki kodu:
$result=mysql_query("select * from choices where a_id='$taskid'")or die(mysql_error());
print_r($result);
Ben, herhangi bir fikir "Resource id # 4" olsun?
Ben ekledi sonra
while($row=mysql_fetch_assoc($result))
{ print_r($row); }
Ben sadece var []
Ne oldu?