Search....

Thursday 18 October 2018

Html form is not submitting using php (Solved)





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.

No comments:

Post a Comment

Semester project - E commerce site - with source code

Here is the link to get soure code for semester project of ecommerce site. Click me to download