Page is a not externally linkable
PitMonkee - 12:39 am on Dec 9, 2003 (gmt 0)
<?php header("Content-type: text/vnd.wap.wml");?> <wml> <p>Hello</p> <?php echo "<p>Goodbye</p>";?> </card> When I try to load it, my phone just says "Not Acceptable". If I just do a quick .wml page that says the exact same thing, without the PHP, it works fine.
Hmmm...looks like that didn't work, either. Here's the code I'm using (since it's not too long)
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<card id="Main" title="Test Page">
</wml>