Form Not POSTing Values April 27, 2023 Post a Comment Form: Solution 1: <input type="text" maxlength="30" placeholder="Username" id="user" name="user"/><br /> Copy try adding the name field. Solution 2: You must include the 'name' attribute in your form inputs, this is what determines where the value goes in $_POST. Share Post a Comment for "Form Not POSTing Values"
Post a Comment for "Form Not POSTing Values"