B
Bit Byte
I may be barking up the wrong tree completely here - i.e. what I want to
do may not be possible - in which case please let me know which other
alternative way I may achieve the desire functionality.
I have been playing around with PHP for a while (original background is
10yrs+ in C/C++). I wrote a C++ program which fetches data by going to a
url (http://www.myswebsite/server.php) and passing arguments to the
script. It receives the requested data back in a callback. The script
server.php looked at the arguments passed to it, to determine the
request type etc.
I am moving away from PHP now for various reasons - however, I am not
sure how I can retain this functionality - i.e. have my C++ application
request data from the server - pass it arguments, and then receive the
requested data back.
Anyone knows how I may do this?
do may not be possible - in which case please let me know which other
alternative way I may achieve the desire functionality.
I have been playing around with PHP for a while (original background is
10yrs+ in C/C++). I wrote a C++ program which fetches data by going to a
url (http://www.myswebsite/server.php) and passing arguments to the
script. It receives the requested data back in a callback. The script
server.php looked at the arguments passed to it, to determine the
request type etc.
I am moving away from PHP now for various reasons - however, I am not
sure how I can retain this functionality - i.e. have my C++ application
request data from the server - pass it arguments, and then receive the
requested data back.
Anyone knows how I may do this?