while inside a function

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



i have a while statement inside a function, but it seems like it dont
work. is this possible?

function hello() {

while ($apo->fetchInto($row)) {
print "hello 2";
}
}; /eof



-- 
Louie Miranda
http://www.axishift.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux