<form action="form1.php" method="POST">
username <input type="text" name="username"><br />
password <input type="password" name="password"><br />
<input type="submit" name="submitbutt" value="Login!"><br />
</form>
when to add the lines on the code,the procedure runs error :
Parse error: syntax error, unexpected '<' in C:\wamp\www\form1.php on line 2
<?php
<form action="form1.php" method="POST">
username <input type="text" name="username"><br />
password <input type="password" name="password"><br />
<input type="submit" name="submitbutt" value="Login!"><br />
</form>
?>