지워지지 않는 마법처럼 신비한..

For PHP 5.x and you can try

while ($row = mysql_fetch_object($result,”VOAuthor”)) {
$ret[] = $row;
}

=============

http://miti.pricope.com/2008/06/06/debugging-flex-and-php-with-flex-builder-and-zend-studio/
http://corlan.org/2009/01/07/throwing-an-error-when-working-with-php-and-amf/

=============

now, i’ve uploaded the site. the server doesn’t return any errors but when i point my browser to mysite.com/zendamf_remote , the browser asks me if i want to download a file which actually contains the following text:
Zend Amf Endpoint

if i comment out:
// echo($server -> handle());

“Zend Amf Endpoint” is returned in my browser window, the way it does when testing locally!!!

So, php seems to be fine since all is working locally…

On the web server, I’m connected to Zend Amf Server, since the browser returns the endpoint address…

In order to avoid the Security sandbox violation, i have set the endpoint uri in the services-config.xml to zendamf_remote/ and this works fine locally…

So it seems that all the pieces are in place and yet something’s missing!!! Any ideas???