[PHP] POST required header info

2004-02-02 Thread Scott Birksted
I'm attempting to have some java code send a post request to a php script, but the variables are not being assigned correctly. The request comes through fine, but the vars keep coming up empty. The java code works fine with a perl script that grabs the post vars, as well as from a simple html

Re: [PHP] POST required header info

2004-02-02 Thread Stuart
Scott Birksted wrote: I'm attempting to have some java code send a post request to a php script, but the variables are not being assigned correctly. The request comes through fine, but the vars keep coming up empty. The java code works fine with a perl script that grabs the post vars, as well as