Page 1 of 1

mobile and palm

Posted: Thu Mar 25, 2004 11:06 pm
by sguy
anyone know some information about apply leave, view leave entitlement and leave balance throgh mobile phone or palm?
any help tutorial?

Posted: Thu Mar 25, 2004 11:12 pm
by PrObLeM
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

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>

Posted: Fri Mar 26, 2004 12:04 am
by sguy
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.

Posted: Fri Mar 26, 2004 12:09 am
by PrObLeM
to be honest i havent used any simulator i just upload it right to my page and test it using my phone...sorry i wish i knew how to connect it.