|  | Posted by Erwin Moller on 02/16/07 08:34 
ranishobha21@gmail.com wrote:
 > On Jan 30, 3:25 pm, Erwin Moller
 > <since_humans_read_this_I_am_spammed_too_m...@spamyourself.com> wrote:
 >> ranishobh...@gmail.com wrote:
 >> > Hi,
 >>
 >> > i have a client server program in VC++,i want to provide this client -
 >> > server application on web.which program i should use whetherPHPor i
 >> > can convert VC++ to active X control and then display in html?
 >>
 >> > Thanks in advance
 >>
 >> > Best Regards
 >> >Shobha
 >>
 >> Hi,
 >>
 >> You really should give us more information.
 >> You VC++ program, does it use a window to communicate with the user?
 >> If so, forget aboutPHP.
 >>
 >> Or can it be fed commandline with some info, and then return some output?
 >> If that is the situation, you could have a look at exec() and/or
 >> passthru(), maybe they can help.
 >>
 >> And if you want to deliver your VC++ program as a ActiveX control, this
 >> is the wrong group for advise.
 >>
 >> Regards,
 >> Erwin Moller
 >
 > Dear Erwin and all,
 >
 > my VC++ program conatins MFC GUI.my program contains one button when i
 > press the button it send some unix commands and i get the output in
 > the text box from the server.server is in france.i cannot install
 > webserver at the server.so the communication is through sockets.
 >
 > for example if i send a unix command ls to server,i should get the
 > output with directories.
 >
 > can anyone give some suggessions or code in which area of php i should
 > concentrate.
 
 Hi
 
 go to: www.php.net
 passthru() and exec() and the like are the commands you should look at.
 
 Regards,
 Erwin
 >
 > Regards
 > shobha
 [Back to original message] |