Parašė jignas· 2011 Lap. 28 17:11:59
#1
Sveiki turiu šiokį tokį wap scripta ir jį persidarynėju ant
html. Tai iškilo toks klausimas kaip tokį sciptą perdaryti ant
php paprastam puslapiui, o ne wap
if ($id == "log")
{
echo "
<p align=\"center\">
vardas:<br/>
<input name=\"vardas\" maxlength=\"10\" type=\"text\"/><br/>
pass:<br/>
<input name=\"pass\" maxlength=\"30\" type=\"password\"/><br/>
<anchor title=\"Pirmyn\">log
<go method=\"post\" href=\"main.php\">
<postfield name=\"vardas\" value=\"$(vardas)\"/>
<postfield name=\"pass\" value=\"$(pass)\"/>
</go>
</anchor>
</p>
";
}