At 03:06 08.11.2002, Research and Development said:
--------------------[snip]--------------------
>I need to make a site WAP ready in less than a month. What books or 
>internet resources do you recommend for development of WAP in PHP.
--------------------[snip]-------------------- 

Do a Google search for WML - it turns out a couple of very helpful links.
One of the best is http://www.w3schools.com/wap/default.asp, offering a
complete tutorial on WML.

To start with (and I didn't find that at w3schools) it is
_absolutely_necessary_ you tell PHP to transmit the correct content-type
header, by setting the header yourself:

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

Have fun (and post the URL when finished .-) )


-- 
   >O     Ernest E. Vogelsinger
   (\)    ICQ #13394035
    ^     http://www.vogelsinger.at/



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

Reply via email to