Skip to content Skip to sidebar Skip to footer

PHP Not Able To Access POST Values

I have a HTML login form that is processed and displayed to the user by PHP if they are not logged in. This form is set to POST to /user.php which in turn accesses my authenticatio

Solution 1:

You haven't given your <input>s a name attribute.


Solution 2:


Post a Comment for "PHP Not Able To Access POST Values"