Form's Posting

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!

Moderator: General Moderators

Post Reply
User avatar
quadoc
Forum Contributor
Posts: 137
Joined: Fri Jul 01, 2005 5:33 pm
Location: Atlanta, GA

Form's Posting

Post by quadoc »

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...
pilau
Forum Regular
Posts: 594
Joined: Sat Jul 09, 2005 10:22 am
Location: Israel

Post by pilau »

Please post such subject on the PHP - Code forum and not on the General Discussion board.
User avatar
quadoc
Forum Contributor
Posts: 137
Joined: Fri Jul 01, 2005 5:33 pm
Location: Atlanta, GA

Post by quadoc »

"Please post such subject on the PHP - Code forum and not on the General Discussion board. "


But this is the Code Forum 8O
Post Reply