[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] WAP on 550



On 27/11-2003, at 21.43, Manny Tau wrote:
Question:
The Cobalt-user archives has info on a Raq4, will this approach also work on
a 550?

Yes, if you're into php-programming this can be done like this:
<?php
header("Content-type: text/vnd.wap.wml");
echo "<?xml version=\"1.0\"?>\n";
echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\"" .
         " \"http://www.wapforum.org/DTD/wml_1.1.xml\";>\n";
?>
<?php
 echo "WAP test";
?>

You can test it at http://molsted.com/~rene/wml.php

René Mølsted