hello
I am using multiple forms in a php file, is that will work
here with i am sending my source code which is not working properly
anybody knows reply back with solution
Thankyou
<html>
<head>
<body>
<form action='mutlifo rm.php' method='post'>
<input type='text' name='t1' >
<input type='submit' value='Submit'>
<form action='test.ph p' method='post'>
<input type='text' name='t1' >
<input type='submit' value='Submit'>
</form>
</form>
</body>
</html>
I am using multiple forms in a php file, is that will work
here with i am sending my source code which is not working properly
anybody knows reply back with solution
Thankyou
<html>
<head>
<body>
<form action='mutlifo rm.php' method='post'>
<input type='text' name='t1' >
<input type='submit' value='Submit'>
<form action='test.ph p' method='post'>
<input type='text' name='t1' >
<input type='submit' value='Submit'>
</form>
</form>
</body>
</html>
Comment