Ways of connecting mysql, php server using c++ client

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
rui
Forum Newbie
Posts: 1
Joined: Wed Sep 03, 2008 5:22 am

Ways of connecting mysql, php server using c++ client

Post by rui »

I need to know alternative ways to use a mysql database on a webserver with a c++ apllication on the client side.
I know about mysql++, but this is an unnaceptable solution because the client could access the server password.
I know about using soap in php and c++ but not all the webservers enable soap on PHP.

So, what are the other solutions?

Thanks in advance
Post Reply