I was using a wml script and decided to convert it to html but here is were i really find it hard to get these codes working
could anyone convert it for me please?
Code:
echo "Reason: <input name=\"pres\" maxlength=\"150\"/><br/>"; echo "Days: <input name=\"pds\" format=\"*N\" maxlength=\"4\"/><br/>"; echo "Hours: <input name=\"phr\" format=\"*N\" maxlength=\"4\"/><br/>"; echo "Minutes: <input name=\"pmn\" format=\"*N\" maxlength=\"2\"/><br/>"; echo "Seconds: <input name=\"psc\" format=\"*N\" maxlength=\"2\"/><br/>"; echo "<anchor>PUNISH $unick"; echo "<go href=\"modproc.php?action=pun&sid=$sid\" method=\"post\">"; echo "<postfield name=\"who\" value=\"$who\"/>"; echo "<postfield name=\"pid\" value=\"$(pid)\"/>"; echo "<postfield name=\"pres\" value=\"$(pres)\"/>"; echo "<postfield name=\"pds\" value=\"$(pds)\"/>"; echo "<postfield name=\"phr\" value=\"$(phr)\"/>"; echo "<postfield name=\"pmn\" value=\"$(pmn)\"/>"; echo "<postfield name=\"psc\" value=\"$(psc)\"/>"; echo "</go></anchor>"; echo "</p>";
Comment