Jump to content

kanenas.net

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Everything posted by kanenas.net

  1. To put it more simply... 1. How can i read binary data that someone has posted me. 2. How can i post (using http post) binary data. Thanks.
  2. Here is the senario... I have a mobile device (MD) that posts binary data to a Web Server (WS1) and that Web Server (WS1) posts that binary data (from the MD) to another Web Server (WS2). (MD) --> (WS1) --> (WS2) Is that possible? Any suggestions how to do it with php? Thanks!
  3. The man has pointed you the solution from the very beginning !
  4. NO!!! Imagine that i have a php script that generates some html, i want to log that html !!!
  5. My question is... Is there a tool to log the html response content of apache? I want to log the html content that apache sends to client! Below is a sample... <html> <head> <title>Test</title> </head> <body> This is a <strong>TEST</strong>! <br> All the <i>html markup</i> i want to log... </body> </html> Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.