Help - Search - Members - Calendar
Full Version: Retrieval of HTTP header information
Hostony Board > General Support > HowTo
favian
Could someone tell me how I can retrieve the MSISDN of a WAP client from the http header as well as other http header information? Would appreciate information about what sort of scripts or programs to use, and if they are supported (or provided) by Hostony. Thanks.
Niakie
Useing PHP you might try this code (note I haven't used this, but seems to be what you are looking for)

CODE
<?php
$headers = apache_request_headers();

foreach ($headers as $header => $value) {
  echo "$header: $value <br />\n";
}
?>
Alexandre
We support
WAP/WML/Wireless

You can use Wireless Markup Language (WML).

WML is an XML-based markup language for the visual display of WAP-based contents. Once HTML and WML will converge into XML, many compatibility problems, during conversion from HTML to WML, will cease to exist.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.
IPS Driver Error

IPS Driver Error

There appears to be an error with the database.
You can try to refresh the page by clicking here