<form action="first.php">
<input type="text" name="a" >
<input type="submit" value="submit" name="submit">
</form>
<form action="second.php">
<input type="text" name="b" >
<input type="submit" value="submit" name="submit">
</form>
because of being deleted I wrote the codes as I remmember. It should have been like this...
Is there any mistake?