How can I call a function of a php file from a submit button on an HTML page?

tresseslover

New member
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 for log in in the php class file .. please help me i am in a serious need
 
Back
Top