Hi. Checking my bookmarks this morning I found this interesting post from Peter Elst's blog:
----------------------------------------------------
AMF-PHP multiple method calls
Posted by Peter on November 3rd 2003 - 13:07 PM
http://www.peterelst.com/blog/index.php?m=200311If you're working with Flash Remoting using AMF-PHP you might have encountered some problems in the latest release with doing multiple method calls. I've been browsing the mailinglist and came across a solution by Justin Watkins that fixes this problem.
You can download an updated version of "Executive.php" and use that to replace the old one (flashservices > app), you'll also be required to do a little tweak to your "gateway.php" file:
http://www.justin-watkins.com/test/Executive.phps$gateway->setBaseClassPath(
$_SERVER['DOCUMENT_ROOT']."flashservices/services/");
Those two changes should do the trick!
----------------------------------------------------
I hope this help. Mika