I am doing a project with PHP to a text database. Basically the text
database is created in C++. But I only can use exec() function
to transfer query commands as an array parameter to its interface, and get 
result from a temp file. Not like php directly call mysql function, and I 
want to (if possible) create my function which can do things like mysql 
function. Anyone know how to do it? Or anyone can tell me which is the best 
solution to connect a C++ application from PHP?

Xinkun


_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to