Skip to content
Advertisement

$_POST is empty after form submit

I am using Twitter Bootstrap to build a web application. I have a form where user should enter his name and last name and click submit. The problem is, that the $_POST comes back empty. I am using WAMP on Windows 8 machine.

JavaScript

Thanks in advance

Advertisement

Answer

Add names to the input types like

JavaScript

Now check the $_POST variable.

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement