hello. I'm a newbie of network programming. I never program in network and database before and I have some problem when I want to use guestbook with Flex and then I found this
http://www.flash-db.com/Tutorials/flexguestbook/after I extract it, I download "amfphp-1.9.beta.20070513" and I unzip them. then I register to host website of and make website complete except guestbook. then I learn all code of guestbook and I think I almost understand it but some stupid that I can't understand are

- inc_sql.php I set it to
define ("USERNAME","my vistapanel username");
define ("PASSWORD","my vistapanel password");
define ("HOSTNAME","my MySQL host name from vistapanel ");
define ("DATABASE","my database name that I create");
it's correct?
- I create table from mysql.txt and I'm sure this step it not wrong.
- after I upload amfphp folder from "amfphp-1.9.beta.20070513" to root directory of my website I set line 17 of "services-config.xml" to
<endpoint uri="*myweb*/amfphp/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
it's correct?
- in manual is say copy "guestbooking" and "inc_sql" to amfphp service so I copy it to \amfphp\services and then I try but it's can't work so I upload new "amfphp" that contain two new files to my website and try again but I not work..
what's wrong with my doing please help me
