|
Posted by Mladen Gogala on 08/05/05 02:33
On Thu, 04 Aug 2005 01:14:04 -0700, kiqyou_vf wrote:
> <?php
> while (!empty($row_QCBD_test['test'])){
> print $row_QCBD_test['test'];
> }
>
> ?>
So, if $row_QCBD_test['test'] is not empty, what should
prevent the loop from executing ad infinitum? I don't see anything
to stop it. If nothing stops the loop, the loop will execute
indefinitely.
>
> im a tool.
I’d rather be a sparrow than a snail
Yes I would, if I could, I surely would
I’d rather be a hammer than a nail
Yes I would, if I only could, I surely would
--
http://www.mgogala.com
Navigation:
[Reply to this message]
|