Hello all,
My web host is Linux (I use cpanel) and i'm having an application developed for my gps project in C++ with Microsoft Web Services.
gps devce - sends data (get) to serial port reader (developed with C++) which then forwards & dumps it into mysql DB - that DB data is then pulled (put) to web browser (MS web services in C++) and displays on google maps on webpage.
How can I run this application while my webpage (php) host is on linux?
Thanks.