can I run a PHP file from a wordpress page or post?
-
Hi.
I am porting an existing (non-Wordpress) site to WordPress
the existing site executes php files, with arguments, to return results from a MYSQL database. the results are output in an HTML table.
a sample call would be something like this
tour.php?style=&tour=Majors&name=&year=&tournament=British+Open&in=Career+Stats<
i do not want to reinvent the wheel. A lot of work has gone into tour.php, and other files like it, on the existing site.
can I execute that tour.php file, as in the above example, and return the results to a wordpress page?
with static calls and arguments, or ones generated on the fly?
any issues with performance?thank you.
— Ed
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘can I run a PHP file from a wordpress page or post?’ is closed to new replies.