Hi,
Sorry to highjack this tread, I've done the same I get the response
from the php db array json encoded , but when I try to use it in the
serverside of Ape and try something like this:
request.getContent(function (result){
Ape.log(result.ID);
});
where result has the json from the test.php, if I try to access say
result.ID I get JavaScript : undefined , how can I access it properly,
tried JSON.decode(); but is not a function and I think core doesnt
have loaded..
need to convert it to object so I can use.. can find if Ape has json
decode to work with..
thanks for any help.
On Jan 17, 2:19 pm, Erick Romero <[email protected]> wrote:
> This works for me:
>
> 1. On APE Server use Http to fetch test.php (included into
> APE_server/framework). Define a call back for that Http
> 2. Test.php handles mysql functions and sends back the data (a simple
> echo works). For convenience I send the data JSON encoded
> 3. The http-call-back on APE server handles the raw with the data retrieved.
>
> On 01/17/2012 03:54 PM, Micael Ribeiros wrote:
>
>
>
>
>
>
>
> > Is there a better way to do this besides this one:
>
> > 1: On APE Server use mootools Request method to send a XMLHttpRequest
> > to a test.php file
> > 2: On the test.php file retrieve the mysql data and send it back using
> > file_get_contents or curl to send a Raw to the APE Server
> > 3: On APE Server process the raw with the mysql data received from the
> > php script
>
> > ?
>
> > Thank you in advance for any response
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/