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!
How can I make it so when someone hits a submit button, on my web page, that it kicks off a server command line php script, that will read database information and act on it.
I would like to do this for security so the web script would write to the database and then the server command line script would read from it.