Hi, today I was working with a simple HTML form. After making the form design, I did PHP on the same page to simply echo whatever user entered into the text fields.
Everything was fine and I checked it for almost 20 times. The only problem was that I was doing mistake at button like;
<input type="button" name ="btn" value="Button" />
so, That’s what I was making mistake. Because I was supposed to give
<input type="Submit">
That’s it.
If you are still facing the problem. Then do comment below and I’ll be happy to assist you.