Urgent please reply web application in Client server Program

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ranishobha21@gmail.com

    #1

    Urgent please reply web application in Client server Program

    Hi,

    i have a client server program in VC++,i want to provide this client -
    server application on web.which program i should use whether PHP or i
    can convert VC++ to active X control and then display in html?

    Thanks in advance


    Best Regards
    Shobha

  • Erwin Moller

    #2
    Re: Urgent please reply web application in Client server Program

    ranishobha21@gm ail.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 whether PHP or 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 about PHP.

    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

    Comment

    • ranishobha21@gmail.com

      #3
      Re: Urgent please reply web application in Client server Program

      On Jan 30, 3:25 pm, Erwin Moller
      <since_humans_r ead_this_I_am_s pammed_too_m... @spamyourself.c omwrote:
      ranishobh...@gm ail.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.

      Regards
      shobha


      Comment

      • Erwin Moller

        #4
        Re: Urgent please reply web application in Client server Program

        ranishobha21@gm ail.com wrote:
        On Jan 30, 3:25 pm, Erwin Moller
        <since_humans_r ead_this_I_am_s pammed_too_m... @spamyourself.c omwrote:
        >ranishobh...@g mail.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

        Comment

        Working...