WMLStart.php

© 2003 by Tim Strehle <tim@digicol.de>

Nokia 6210 screenshot WMLStart.php is a compact, understandable, yet fully-working sample WAP/WML application contained in a single PHP script. It requires no installation and no configuration. (Test it now if you're running a WAP-enabled browser, like Opera or YOURWAP.com's "Wireless Companion" WAP browser simulator. Login as test/secret.)

Use it as an example or starting point when developing your own WML pages in PHP. WMLStart.php is free and Open Source (view the colored source code). Feel free to contact me at tim@digicol.de with questions/comments.

Disclaimer: Use this software at your own risk. I won't guarantee that it works, and I won't be held liable for any damage caused by it!

Usage example: Some friendly guy at handyhype.com (German site) built a phonebook script based on WMLStart.php, which has links that dial on click... Cool idea!

Download

Simply download WMLStart.php.txt to your web server and rename it to WMLStart.php (or whatever you like).

Requirements

You need a webserver running PHP 4 (version 4.1 or greater) with Session support. WMLStart.php works fine with register_globals=off.

Features