Please tell me how to handle this code for the drop down list.... i want to use the drop down list to print something or to choose the opetion that will direct me to the option...
Please help
I have this code below ... it checks the drop down list with the CHECK button and then prints whatever...
I am working on a Log In page of a php site, I am trying to make it Object Oriented and i have made classes for that.
The user interface is in another file of html and I want to use the SUBMIT buton of the HTML file to call the function of my php class to log in .. i have written all the code...