Yeh ajax requests .. that's what it's all about .. but i don't understand what you are trying to do exactly .. you want that whenever a change is made in the database to post it on you page ? where does the change come from ? if it's from another user you can send it directly to the channel/pipe and also update the db but that's backend, if it comes from somethhing else you can use a socket
i'm not experienced either sometimes when i hit a problem i just program around it, not always the best solution but it works.. Kind Regards. Ruben Decleyn On Mon, Aug 30, 2010 at 1:47 PM, marie_dk <[email protected]> wrote: > On 30 Aug., 10:55, Ruben Decleyn <[email protected]> wrote: > > Do you have libmysqlclient-dev installed ? I think you need those to > > compile, i never use mysql directly i always run it trought php scripts > or > > other programing languages > > Indirectly is also fine by me... How is that accomplished? Do you have > PHP CLI scripts which is then called by the APE server? > > /marie_dk > > -- > 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/
