Hi,
how can I convert a wml page to php so that it can display on my mobile phone?
Printable View
Hi,
how can I convert a wml page to php so that it can display on my mobile phone?
lets see your wml code/script/whatever
Its a normal wml script.
or maybe my question is that how can I make a php file to shown on mobile phone? because some of those wapsite is php extension, I wonder they convert it from wml or what ?Code:<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="HTML" title="Title">
<p>
Normal
</p>
</card>
</wml>