Page 1 of 1

Call a PHP Function on a HTML submit button?

Posted: Thu Jan 30, 2003 12:35 pm
by slipstream
I have a submit button in HTML and I would like it to call a php function to perform an action. How to I call the function, and how do you start a function in php?

EDIT: Nevermind, I found it