how-to-set-up-communication-between-php-and-blitz3d tcp?

Community Forums/Technical Discourse/how-to-set-up-communication-between-php-and-blitz3d tcp?

Caton(Posted 2017) [#1]
is it possible?


Matty(Posted 2017) [#2]
Yes.

Use tcp-ip to connect to the server via port 80, pass it a http request (search the code archives...browse the network section - there are some examples in there).

Then your server which is coded in php will respond to the request however it normally does and you will have to parse the output from the http request with your blitz3d code.