You could create a simple server-side PHP wrapper that your page posts to, and that does an inline push to APE.
However, it seems like what you really need is a custom server side command, which you could call using javascript direct to APE, and you could write it to do whatever you wanted. Johnathan On Sun, Oct 10, 2010 at 6:10 PM, crusherdestroyer <[email protected]>wrote: > I am currently using inline push with PHP, I was wondering if I can > use inlinePush with javascript? I just want my html file to use > javascript to push data. Is this possible? If so, are there any > tutorials out there for me to reference? Thank you in advance. > > Ryan > > -- > 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]<ape-project%[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/ > -- 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/
