I have a PHP program. I want to be able to run this program inside a wordpress page. How to do it? Does it have to be in the form of a template or plugin?
Is it enough to turn the program to a template and insert it as a new page?
Will the page handle $_GET and $_POSTs correctly?