Help!
I am trying to post some info to my php script using the microsoft internet control:
strurl = http://www.myserver.com/test.asp
strdata = "lah=sd&dta=test
Inet1.Execute strurl, "POST", strdata
PHP returns HTTP_POST_VARS as being empty.
Yet, if I use PERL, I can read the posted info just fine.
PHP does work fine with normal php forms.
Why can PERL recognize my data, but PHP not, how are they handling the posted info
differently?
Is there a way I can get PHP to display the raw data that the script receives so I can
see what is happening?
Thanks for any help,
Chris