I have a VB application Running on client side and I Have to update the database on the server where web server is Apache OS is Linux how do i do this can it be possible through PHP3??? please help ......
Why don't you try with ODBC drivers for your DataBase?
Which DB have you installed?
Your php script would handle taking a request from a browser and insert it into a db, and you VB program would emulate a broser submitting a form through sockets.
SOAP!