what to do so that the server is able to receive [HTTP_MSISDN] SERVER HEADER?
S shisms Banned Messages 7 Reaction score 0 Points 0 Apr 13, 2010 #1 what to do so that the server is able to receive [HTTP_MSISDN] SERVER HEADER?
xav0989 Community Public Relation Community Support Messages 4,467 Reaction score 95 Points 0 Apr 13, 2010 #2 do a print_r() or a var_dump() of the $_SERVER array, to see if the header you are looking for is included. Try this function : apache_request_headers() http://ca2.php.net/manual/en/function.apache-request-headers.php Last edited: Apr 13, 2010
do a print_r() or a var_dump() of the $_SERVER array, to see if the header you are looking for is included. Try this function : apache_request_headers() http://ca2.php.net/manual/en/function.apache-request-headers.php
Livewire Abuse Compliance Officer Staff member Messages 18,169 Reaction score 216 Points 63 Apr 13, 2010 #3 A google search seems to indicate that is a header set when using a mobile phone to access the site in question. http://coding-talk.com/f14/hmmm-2995/index4.html I don't believe that header is set if it's being viewed by a regular system but I do not believe there's anything special that has to be done to "enable" reading it.
A google search seems to indicate that is a header set when using a mobile phone to access the site in question. http://coding-talk.com/f14/hmmm-2995/index4.html I don't believe that header is set if it's being viewed by a regular system but I do not believe there's anything special that has to be done to "enable" reading it.