Hi,
I've a form in my php page.I want to check whether the field(s) are null/notnull,check/unchecked etc.
I tried using isset() and count($checkboxname),but,I'm not getting the result.I don't want to use javascript.When I click the submit button,the form is posted to another php page.I got examles,when the form is posted to the same page.But,not to different page.
Any ideas/suggetsions will be greatly helpful for me.Thanks in advance.