PDA

View Full Version : Wap


vaves
06-08-2002, 06:21 PM
Could you please assist me in setting up WAP mail, as publicised in the Home Edition.


Regards

Puneet:)

Valuehost.com
06-08-2002, 06:40 PM
Originally posted by vaves
Could you please assist me in setting up WAP mail, as publicised in the Home Edition.


Regards

Puneet:)

Hi

There is a statement 'Support of WAP' that means you may create WAP pages. There is no WAP-based mail service to go at the moment.

I enclose an example how to use WAP:

Create /htdocs/wap directory on FTP and upload index.php:

---- cut index.php ---

<? Header("Content-type:text/vnd.wap.wml\n\n\n"); ?>
<? echo "<?xml version=\"1.0\"?>"; ?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card title="WAP SITE" id="index">
<p>
HELLO WORLD!
</p>
</card>
</wml>

---- cut index.php ---

Then visit your web site using your mobile phone:
yourdomain.com/wap

Sincerely,

Valuehost