Re: [PHP] PHP not proccessing input?

2001-02-27 Thread Richard Lynch
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=sddta=test You're not really missing the quote here, are you?... Inet1.Execute strurl, "POST", strdata PHP returns HTTP_POST_VARS as being

[PHP] PHP not proccessing input?

2001-02-23 Thread Chris
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=sddta=test Inet1.Execute strurl, "POST", strdata PHP returns HTTP_POST_VARS as being empty. Yet, if I use PERL, I can read the posted