yzzelliot
09-29-2008, 10:29 AM
Hi everybody.
I am using (PHP) Zend Framework as my server side scripting.
well, i need to submit a form from flex to php with a dynamical url which will be produce by zend. so any suggestion?
basically is:
usually in php:
<form method="post" action="<?php echo $this->baseURL?>/user/addcm">
what can i do in flex is:
<mx:HTTPService id="userform" url="http://localhost/zend-tender/public/user/addcm/" method="POST">
then i will have trouble when i change my domain or root directory :p
I am using (PHP) Zend Framework as my server side scripting.
well, i need to submit a form from flex to php with a dynamical url which will be produce by zend. so any suggestion?
basically is:
usually in php:
<form method="post" action="<?php echo $this->baseURL?>/user/addcm">
what can i do in flex is:
<mx:HTTPService id="userform" url="http://localhost/zend-tender/public/user/addcm/" method="POST">
then i will have trouble when i change my domain or root directory :p