I googled it and think this is nice for sharing.
This blackjack script is written in wml format, can someone help to convert it to php?
This blackjack script is written in wml format, can someone help to convert it to php?
header("Content-type:text/vnd.wap.wml");
header("Content-type:application/xhtml+xml");
echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.2//EN\" \"http://www.wapforum.org/DTD/wml12.dtd\">\n";
echo "<wml>\n";
echo '<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">';
echo '<html xmlns="http://www.w3.org/1999/xhtml">';
echo "<card id=\"index\" title=\" PLAY 21\">\n";
echo "<title>\"PLAY 21\"></title>\n";
echo "</card>\n";
echo "</wml>\n";
echo "</body>\n";
echo "</html>\n";
Comment