php $_post and $http_post_vars not retrieving url parameters
My website at www.crystalclimate.com seems to be working quite well. However, I'm writing a desktop weather app in C++ and am using the Visual C++ HTTP library to access the database on the server. When I send a request for the following information it is processed and data is returned to my desktop app accordingly:
"www.crystalclimate.com/php/remoteProgramScripts/retrieveCountry.php".
Notice there are no parameters beyond the script. However, when requesting information from the following script, the script processes but returns absolutely no data:
"www.crystalclimate.com/php/remoteProgramScripts/retrieveProvince.php?countryAbbr=CAN".
I have tested this extensively and it seems to be ignoring the parameter that I am sending it.
What kind of setting is required for this to work?
Thanks
"www.crystalclimate.com/php/remoteProgramScripts/retrieveCountry.php".
Notice there are no parameters beyond the script. However, when requesting information from the following script, the script processes but returns absolutely no data:
"www.crystalclimate.com/php/remoteProgramScripts/retrieveProvince.php?countryAbbr=CAN".
I have tested this extensively and it seems to be ignoring the parameter that I am sending it.
What kind of setting is required for this to work?
Thanks