on 2/25/02 11:32 AM, ŞüYam at [EMAIL PROTECTED] appended the following
bits to my mbox:

> I don't know why....??....That comes out a Err Msg about "Unsupported type:
> text/html" .....

I've never done any WML scripting, but the error message offers a big clue.
PHP by default sends a Content-type header of text/html.  Evidently, WAP
enabled devices don't like that.

Try something like this:

Header('Content-type: text/vnd.wap.wml');

Not sure about that content type, but it was what I found on a simple google
search.

HTH.

Paul

<?php
    while ($self != "asleep") {
        $sheep_count++;
    }
?>



--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to