Parašė megar· 2010 Vas. 8 12:02:30
#23
Noriu perdaryti wap scripta .. neveikia Jungtis miktukas :( vietoi linko textas
echo " <anchor title=\"Pirmyn\">Jungtis";
reikia sita eilute perdaryti i
html nes cia wml ..
echo "<go method=\"post\" href=\"asd.php\">";
<?php
header("Content-type: text/html");
//header("Cache-Control: no-store, no-cache, must-revalidate");
include("../header.php");
?>
<?php
$kanalas = $_GET['k'];
echo "<html>";
echo "<card id=\"WAPchat\" title=\"Prisijungimas\">";
echo "<p align=\"center\">";
echo "Vartotojas:<br/>";
echo "<input name=\"username_sign\" maxlength=\"10\" type=\"text\"/><br/>";
echo "Slaptazodis:<br/>";
echo "<input name=\"username_sign2\" type=\"password\"/><br/>";
echo " <anchor title=\"Pirmyn\">Jungtis";
echo "<go method=\"post\" href=\"asd.php\">";
echo "<postfield name=\"username_sign12\" value=\"$(username_sign)\"/>";
echo "<postfield name=\"username_sign22\" value=\"$(username_sign2)\"/>";
echo "<postfield name=\"kanalas\" value=\"$kanalas\"/>";
echo "</go>";
echo "</anchor>";
echo "</p>";
echo "</card>";
echo "</html>";
?>
Redagavo megar· 2010 Vas. 8 12:02:14