hi all!
i just start to learn PHP.
and i try to get the text from text box by using the code as following:
but it is not work.
please help me.PHP Code:<body>
<form name=login method="post" action="test1.php">
Account <input name=username >
<input type="submit" value="Singed In" id=submit1 name=submit1>
</form>
</body>
</html>
<?
echo "$username";
?>
best regards,
Thirith.




Reply With Quote