View file wml_vote/index.php

File size: 1.01Kb
<?
//////////////////////////////////////////
//copyrights 2006-2009 TOP-SITE        //
// http://topsite.6te.net (c) 2006    //
// mail to sub-zero subzero@goowy.com//
////////////////////////////////////// 
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\">";

?>

<wml> 

<card id="card0" title="vote">

<p align="center">

<small><small>
Please feel free to vote<br/>
what you think about TOP-SITE<br/><br/><br/>

very good!: <?php include("count.txt"); ?><br/>
<a href="add.php?name=very good!">VOTE</a><br/><br/>


not good: <?php include("count2.txt"); ?><br/>
<a href="add2.php?name=not good">VOTE</a><br/><br/>


not saying: <?php include("count3.txt"); ?><br/>
<a href="add3.php?name=not saying">VOTE</a><br/><br/><br/>

<a href="../index.php">Main Menu</a>
<br/>&#169; &amp; &#174; TOP-SITE<br/>2006-2009<br/>
</small></small>
</p>
</card>
</wml>