CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2003
    Posts
    1

    call PHP script from C/C++

    Can anyone please tell me how to call PHP script from C/C++.

  2. #2
    Join Date
    Apr 2003
    Location
    Germany
    Posts
    53
    For what reason do you want to call PHP-Script in a C/C++ program...
    or plz tell me,what you want to achive
    Last edited by Nyromant; May 7th, 2003 at 05:14 PM.
    "Don´t Panic"
    Software and cathedrals are much the same - first we build them, then we pray.
    Fluchen ist die einzige Sprache, die alle Programmierer perfekt beherrschen. (Murphy)
    If you give someone a program, you will frustrate them for a day; if you teach them how to program, you will frustrate them for a lifetime.
    (found at http://mindprod.com/unmainmisc.html)

  3. #3
    Join Date
    Aug 2001
    Location
    Germany
    Posts
    1,384
    XML-RPC might be of interest.
    Regards,
    Usman.

  4. #4
    Join Date
    Jan 2003
    Location
    17°22' N - 78°29' E
    Posts
    198
    I am not good with C/C++ but I know that there is a way by which one can execute shell commands....

    use that syntax to php script.php

    Hope this solves your purpose....

    ============
    ~ Lord Loh ~
    ============

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured