View Single Post
Old Aug 3rd, 2006, 2:00 AM   #5
boraciner
Programmer
 
boraciner's Avatar
 
Join Date: Nov 2005
Location: Turkey
Posts: 93
Rep Power: 3 boraciner is on a distinguished road
<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?
boraciner is offline   Reply With Quote