Call a PHP Function on a HTML submit button?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
slipstream
Forum Commoner
Posts: 86
Joined: Fri Apr 19, 2002 8:53 am
Location: Canada

Call a PHP Function on a HTML submit button?

Post 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
Post Reply