C++ PHP library?

Discussion in 'C++' started by CJX3711, Aug 30, 2010.

  1. CJX3711

    CJX3711 New Member

    Joined:
    Aug 30, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    I'm trying to send variables from a program in C++ to php for it to process.
    Then I want to be able to get the output of the php code.

    Is there any way to send variables from C++ to PHP and back?
    Maybe using something like POST variables?
    I know how to do this in flash, but I was wondering if there is a C++ equivalent.
     
  2. NewsBot

    NewsBot New Member

    Joined:
    Dec 2, 2008
    Messages:
    1,267
    Likes Received:
    2
    Trophy Points:
    0
    I think the best way to do this would be to use the PHP executable file and execute the PHP scripts with the needed params and output can be a redirect URL which you can read it.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice