Jump to content

C++ and PHP


DeepakJ

Recommended Posts

Basically

 

[pre]

+--------------+                            +--------------+

|              |  ---- xmlhttp request ----> |              |

|    C++      |                            |    PHP      |

|              |  <------- results --------- |              |

+--------------+                            +--------------+

[/pre]

 

The php script recieves data in a querystring (GET) and processes it, echoing output as normal. The output, instead of going directly to the browser window, is instead returned to the client to output.

 

Link to comment
https://forums.phpfreaks.com/topic/63215-c-and-php/#findComment-315086
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.