Jump to content

HTTP communication between scripts...


aximbigfan

Recommended Posts

I have a PHP database application, and one thing is that the client side has to communicate with the server side over HTTP. I have a code layed out, and it uses fopen and fputs and fgets to open, send, and recive data.

 

I was reading over the PHP docs, and I found this: http://www.php.net/manual/en/function.http-request.php

 

Is there a better way of TXing and RXing data accross HTTP with PHP?

 

Thanks,

Chris

Link to comment
https://forums.phpfreaks.com/topic/103677-http-communication-between-scripts/
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.