I have a php/mysql form that I need to add some error handling to. I would like to disable my submit button until the user has entered information in a certain field. I see a lot of people doing this with javascript, but is there a way to do it in just html/php? I want to avoid java at all costs...and to be frank would rather not have error handling that use java on this.
Thanks
ps. i'm not looking for people who are going to tell me to use java and get over it. I really hate those rude kinds of posts like that.