php-general | 2001032
Date: 03/19/01
- Next message: Rasmus Lerdorf: "Re: [PHP] (HELP) Reading a file sent through HTTP"
- Previous message: David Robley: "Re: [PHP] HELP insert still dosn't work"
- In reply to: Johnson, Kirk: "RE: [PHP] math query"
- Next in thread: Rasmus Lerdorf: "Re: [PHP] (HELP) Reading a file sent through HTTP"
- Reply: Rasmus Lerdorf: "Re: [PHP] (HELP) Reading a file sent through HTTP"
- Reply: Jason Brooke: "Re: [PHP] (HELP) Reading a file sent through HTTP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
A site is trying to send our website a xml file. Unfortunately it is not
being sent through POST or GET. Using tools that the other site gives me to
test my site i
have determined only the file size through server vars CONTENT_LENGTH and
CONTENT_TYPE which is text/xml. But thats it. I am stuck on how to read the
file.
Some perl examples i have seen use this function:
read (STDIN, $request, $length);
php has that but right now our production servers won't have those socket
functions available till a few days time so rightnow i am left alone. I am
desperate for help. Does anyone have any suggestions with or without using
socket functions on how to read this incoming file???
Thanks in advance ;)
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Rasmus Lerdorf: "Re: [PHP] (HELP) Reading a file sent through HTTP"
- Previous message: David Robley: "Re: [PHP] HELP insert still dosn't work"
- In reply to: Johnson, Kirk: "RE: [PHP] math query"
- Next in thread: Rasmus Lerdorf: "Re: [PHP] (HELP) Reading a file sent through HTTP"
- Reply: Rasmus Lerdorf: "Re: [PHP] (HELP) Reading a file sent through HTTP"
- Reply: Jason Brooke: "Re: [PHP] (HELP) Reading a file sent through HTTP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

