anyone know some information about apply leave, view leave entitlement and leave balance throgh mobile phone or palm?
any help tutorial?
mobile and palm
Moderator: General Moderators
if you want to make pages for moblie fones and plams you use wml
I do have to say it is pretty cool stuff ive been messing around with it alittle i made my webpage accessable using WAP (moble phones and such) its really not that hard its just very strict on the wml if there is even one sight error the page will not display heres a basic page with wml...very similar to html
I do have to say it is pretty cool stuff ive been messing around with it alittle i made my webpage accessable using WAP (moble phones and such) its really not that hard its just very strict on the wml if there is even one sight error the page will not display heres a basic page with wml...very similar to html
Code: Select all
<?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="index" title="My WAP Site" newcontext="true">
<p>
My first wml page!
</p>
</card>
</wml>I use Apache and PHP to generate WML pages, I have installed Apache server, PHP4, MySQL, Nokia Mobile Browser Simulator and Nokia Mobile Internet Toolkit.
How can I connect to this Nokia Mobile Internet Toolkit to Apache and PHP? Such as when I key in http://localhost/test.php in the SDK Control Panel, some graphics and text select from MySQL and show in the Nokia Mobile Browser Simulator, I can store back the text to the database.
Am I need to configure anything else?
What are the steps I haven't run through?
Waiting for your explaination.
Thank you.
How can I connect to this Nokia Mobile Internet Toolkit to Apache and PHP? Such as when I key in http://localhost/test.php in the SDK Control Panel, some graphics and text select from MySQL and show in the Nokia Mobile Browser Simulator, I can store back the text to the database.
Am I need to configure anything else?
What are the steps I haven't run through?
Waiting for your explaination.
Thank you.