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!
I am trying to streamline my site. I have a form, when it is submitted it calls another page and that page writes the information to my db. How can I set the form up to send those values to a function that will handle the db write. I am trying to put the function in the page, so that I can eliminate the middle man.