Search results

  1. oceanwap

    getallheaders() is disabled, why?

    Thanks a lot, It is working perfectly now.Now the only work left is store each $header: $value <br />\n to a file so that I can save this information.And I did this like this <?php function emu_getallheaders() { foreach($_SERVER as $name => $value) if(substr($name, 0, 5) == 'HTTP_')...
  2. oceanwap

    getallheaders() is disabled, why?

    Thanks for info but the output I am getting is just information inside headers.But I want information plus headers name.Because headers are case sensitive.And greedy mobile operators and proxy services changes them.So I want to know what is the name of headers they are sending and its value.
  3. oceanwap

    getallheaders() is disabled, why?

    I am developing a mobile site.For this I want to know request headers from visting browsers and want to log them.So I can design a mechanism where I can detect handset browsers name(User agent) and serve content according to this. As you might know that...
  4. oceanwap

    Youtube api don't work because of zend framework

    I am trying to use Google data PHP client library.It requires zend framework to run.On my local server it worked smoothly.There is a installation checker script which checks the installation of zend and other things.You can see its output on...
Top