A
A
Alexander2019-02-24 10:52:34
PHP
Alexander, 2019-02-24 10:52:34

How to organize interaction between php and c++?

Need to send json dataset from php script to c++ program and get json result. How can I do that?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander, 2019-02-24
@alexr64

1) sockets (the easy way); 2) write a custom module for communication between processes (an interesting way)

A
Anton Shamanov, 2019-02-24
@SilenceOfWinter

well, good old files/db

O
OnYourLips, 2019-02-24
@OnYourLips

stdin/stdout

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question