since you did not specify the method form, the default is GET method. it should be like this <form action="/test.php" method="POST"> so that $_POST will work.