Re: [PHP] POST without Content-Type?

2001-08-26 Thread Chris Maresca
POST data, it's an obvious one-line change in main/SAPI.c Well, I grep'd the source, but did not find the origin of the error. Also, since I'm not familiar with PHP source, it would have taken me hours to find even that one line Thx. Chris. -Rasmus On Sat, 25 Aug 2001, Chris Maresca

Re: [PHP] POST without Content-Type?

2001-09-03 Thread Chris Maresca
want to have PHP accept non-typed POST data, it's an obvious one-line change in main/SAPI.c -Rasmus On Sat, 25 Aug 2001, Chris Maresca wrote: All, I've been coding a PHP page that listens for a connection from an embedded device (a piece of hardware) that sends a POST query