Hi Daniel, Man thanks for the feedback.
So will I be able to do this? Have my users flip open their laptops in a plane, login to my CRM system (off0line) and create a new activity. Then when they get connected to the internet be able to synchronize the data, and add the new activity to the online WEB database (MySQL). Regards Philip -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of dcunited Sent: 28 July 2009 04:57 PM To: Gears Users Subject: [gears-users] Re: Google Gears PHP/MySQL PHP is a SERVER side language while gears works on the CLIENT. In order for the application to be useful with Gears it has to do some of the application work on the CLIENT via javascript. PHP can serve the page and the client's version is saved by gears in the manifest but PHP code is not ran on the client. I hope it helps, I am working on a little proof-of-concept application that uses PHP on the server and JS on the client. -dcunited On Jul 27, 6:42 am, MackieRSA <[email protected]> wrote: > Ok Thanks for the feedback and the info! > > So.. I now have the Database Method out the way, what about the fact > that my site consist entirely of PHP pages. Can I somehow make the > site OFF-LINE using PHP? > > Sorry for the basic questions, but I am new to Gears. > > regards > > Mackie > > On Jul 16, 12:45 am, pervasync <[email protected]> wrote: > > > I don't think you can achieve this using Gears as Gears does not > > support MySQL. However, you can achieve this easily using Pervasync > > which can synchronize the off-line MySQL DBs with the on-line MySQL > > DB. Seehttp://www.pervasync.comformore info. > > > Pervasync Software > > > On Jul 14, 7:19 am, MackieRSA <[email protected]> wrote: > > > > I Have developed a online Web-based CRM system for a client. They > > > require some Off-line ability. The system consist of a login, browse > > > and edit and delete fascility. > > > > Can I achieve an Off-line ability using Google Gears , PHP/MySQL. > > > > Regards > > > > Mackie
