>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

You're not really missing the quote here, are you?...

>    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?

<?php phpinfo();?> will show you pretty much everything PHP has to work
with.

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to