Thread: PHP WML Mysql
View Single Post

  #2 (permalink)  
Old 09-05-2004
Janwillem Borleffs
 
Posts: n/a
Default Re: PHP WML Mysql

Dom wrote:
> I am trying to convert this file so that I can use it with a WAP
> Emulator to WML. Can anyone help me to convert it. I have tried what I
> thought was correct but keep getting error messages.
>


WML is NOT HTML. Per example, the following:

<html>
<body>
<br>
</body>
</html>

will be the following in WML:

<wml>
<card id="myCard" title="Some title">
<br />
</card>
</wml>

Read up on the WAP protocol before you continue. A good place to start is:

http://www.openmobilealliance.org/te.../wapindex.html


JW



Reply With Quote