Hi, to all coder's, since all my posted bout converter not working, i'll try to convert the wml to xhtml, as a newbie in php, will anyone help me or tell me if have a wrong syntax in my edit code,
here's the code:
for wml came from kaboom,
5 chatpost = 1 plusses
($hmany)userchatpost/5 = plusses
here my first mod in lava mod before ahehhe convert in xhtml ahehhe
echo "<a href=\"index.php?action=w3c&sid=$sid\">c2p converter</a><br/>";
add in index.php
[code]
else if($action=="w3c")
{
addonline(getuid_sid($sid),"wml - chatpost convert","");
echo "<card id=\"main\" title=\"CONVERTING\">";
echo "<p align=\"center\">";
echo "Convert 5 Chatpost to 1 Plusses choose chatpost.<br/>";
echo "choose:<br/><select name=\"hmany\">";
echo "<option value=\"5\">5</option>";
echo "<option value=\"20\">20</option>";
echo "<option value=\"80\">80</option>";
echo "<option value=\"100\">100</option>";
echo "<option value=\"200\">200</option>";
echo "<option value=\"300\">300</option>";
here's the code:
for wml came from kaboom,
5 chatpost = 1 plusses
($hmany)userchatpost/5 = plusses
here my first mod in lava mod before ahehhe convert in xhtml ahehhe
echo "<a href=\"index.php?action=w3c&sid=$sid\">c2p converter</a><br/>";
add in index.php
[code]
else if($action=="w3c")
{
addonline(getuid_sid($sid),"wml - chatpost convert","");
echo "<card id=\"main\" title=\"CONVERTING\">";
echo "<p align=\"center\">";
echo "Convert 5 Chatpost to 1 Plusses choose chatpost.<br/>";
echo "choose:<br/><select name=\"hmany\">";
echo "<option value=\"5\">5</option>";
echo "<option value=\"20\">20</option>";
echo "<option value=\"80\">80</option>";
echo "<option value=\"100\">100</option>";
echo "<option value=\"200\">200</option>";
echo "<option value=\"300\">300</option>";
Comment