i have a while(), this while returns to me 10000.... strings, but i dont want to wait all result, i mean that , i want to see each string that is created in while()
it will be corectly if a using this method
flush();
while($result=ibase_fetch_object($query))
{
$ddd=$result;
flush();
}
maybe someone knows much about this flush,
thanks for helping