I want to write a PHP3 page that will be access from a cellular phone(WML). How i can change the Content-Type of returned page to "text/vnd.wap.wml"
Thanks
<?php
header("Content-type: text/vnd.wap.wml");
?> here put the wml code...