[PHP] HTTP request contents

2003-10-24 Thread Hanuska Ivo
Hi everyone, I need to know, if there is a possibility to read full contents of HTTP request. I know, the response can be sent by header() function. But can I get the request of the client for server? Thank you, Ivo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Pictures stored in database and IE

2003-10-20 Thread Hanuska Ivo
Hi everyone, The pitfall I am trying to solve is confusing and to be honest I have not as much experience with http to solve it right now. My application is quite straightforward. Its purpouse is to load image off the MySQL and send it to client to render it. I have php script, which reads da