View Full Version : php, http tunnelling
Danny
Jun 29th 2006, 12:52 am
Does anyone have any tutorials or information on how to write a php/http tunnel to connect to mysql from a desktop app?
dtang4
Jun 29th 2006, 1:17 pm
Not sure if this answers your question, but you can compile php into an executable to run as a desktop app. The php can contain the typical mysql db connection code.
Danny
Jun 29th 2006, 4:09 pm
Yeah that is what I am using however that script will be unable to connect to a web server unless there is a HTTP Tunnel to that server. I just dont know how to write the tunnel
Ch3W
Jul 4th 2006, 7:22 am
If it's a desktop app, what does this have to do with php?
Or are you running a webserver on the desktop? In which case, why don't you just point the mysql host to where-ever your database is hosted?
reza56
Jul 5th 2006, 4:13 am
EMS MySQL Manager has some delphi source codes for it.
Danny
Jul 6th 2006, 6:43 pm
nah need php code. I want to write my own external connection via a php GTK app
vBulletin® v3.6.8, Copyright ©2000-2008, Jelsoft Enterprises Ltd.