Assuming that my web server is set up correctly (not a safe assumption) is this header OK to allow me to use PHP in my wml docs?
<?php
// send wml headers
header("Content-type: text/vnd.wap.wml");
echo "<?xml version=\"1.0\"?>";
echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\""
. " \"http://www.wapforum.org/DTD/wml_1.1.xml\">";
?>
The WML works fine, it is only when I skip to PHP that it doesn't work.
PLEASE HELP!
Thanks,
Mark