mobile and palm

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
sguy
Forum Commoner
Posts: 61
Joined: Sun Aug 10, 2003 2:44 am

mobile and palm

Post by sguy »

anyone know some information about apply leave, view leave entitlement and leave balance throgh mobile phone or palm?
any help tutorial?
User avatar
PrObLeM
Forum Contributor
Posts: 418
Joined: Sun Mar 07, 2004 2:30 pm
Location: Mesa, AZ
Contact:

Post 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>
User avatar
sguy
Forum Commoner
Posts: 61
Joined: Sun Aug 10, 2003 2:44 am

Post 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.
User avatar
PrObLeM
Forum Contributor
Posts: 418
Joined: Sun Mar 07, 2004 2:30 pm
Location: Mesa, AZ
Contact:

Post 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.
Post Reply