Hi everyone, I have setup my APE app (chat system based on a mysql DB), and now I would like for my PHP application to communicate through APE with the users connected, to send server messages for example, or to send JS scripts to execute (a user modifying her page could lead to a page update for another user-).
PHP & APE resides on the same server. I already know I could do this using cURL, but: - Protecting the commands reserved to the server using IP filter is not very good - Having an external call when everything is on the same server seems sub-optimal What I would like to know is: - Can PHP (or something else) directly send commands to APE using the command line? - If not, what would be the best way to "protect" commands from being executed by an external user? Thanks a lot for reading, and thanks a lot more for this great tool :) Cadrach -- 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/
