i tried to change this from wml to xhtml but it don't works..
someone can help me?
someone can help me?
Code:
///////////////////////////////////////////Blog Comment
else if($action=="signblogcomment")
{
$who=$_GET["who"];
addonline(getuid_sid($sid),"Signing Users guestbook","");
if(!cansignblogcomment(getuid_sid($sid), $who))
****{
********echo "<card id=\"main\" title=\"$sitename\">";
******echo "<p align=\"center\">";
******echo "You cant Sign this user Blog
";
******echo "<a href=\"index.php?action=main&sid=$sid\">Home</a>";
******echo "© coded by Vishal";
******echo "</p>";
******echo "</card>";
******echo "</wml>";
******exit();
****}
****
****echo "<card id=\"main\" title=\"Sign blog\">";
****echo "<onevent type=\"onenterforward\">";
**echo "<refresh>
********<setvar name=\"msgtxt\" value=\"\"/>
********
** ";
**echo "</refresh></onevent>";
****echo "<p align=\"center\">";
****echo "Text:<input name=\"msgtxt\" maxlength=\"500\"/>
";
****echo "<anchor>Add";
****echo "
******** <go href=\"genproc.php?action=signblogcomment&sid=$sid\" method=\"post\">
********
******** <postfield name=\"msgtxt\" value=\"$(msgtxt)\"/>
********<postfield name=\"who\" value=\"$who\"/>
******** </go>
************";
************echo "</anchor>";
******** echo "
<a href=\"index.php?action=main&sid=$sid\"><img src=\"../images/home.gif\" alt=\"*\"/>";
****echo "Home</a>";
****echo "© coded by Vishal";
****echo "</p>";
****echo "</card>";
}

Comment