PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I've a Login form with a username input, an email input and a submit button, the username and email prompts get pre-populated and "disabled". When I clicked on the submit button, it called a form name logon. I got some errors in this logon form when it trying to get the value from $_POST["username"] and $_POST["email"]. My question is, is the form not posting the input when the input disabled? Does anyone know? Please post some tips. Thanks...