Embbed PHP into C

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • poreko
    New Member
    • Nov 2006
    • 38

    Embbed PHP into C

    Hi guys!

    I would like to embbed PHP into C.
    Does anybody have any idea how to do it?

    Thanks
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    What do you want the PHP to be doing in C? Please give more details.

    P.S A question about using PHP in C does not belong in the MySQL forum so I'll move it to the C forum for now.

    Comment

    • poreko
      New Member
      • Nov 2006
      • 38

      #3
      I am programming an embedded system using the C language and I would like to embed PHP as I want it to query a mysql database.

      Thanks

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        You can query a MySQL database using C with the MySQL C API.

        Comment

        • poreko
          New Member
          • Nov 2006
          • 38

          #5
          Thanks dude

          How do I add the mysql C API in my compiler? I am using visual studio and I have XAMPP also installed.

          Comment

          Working...