php in a wordpress page (rating/voting script)
I would like to add a voting script to some pages.
The one I had in mind was
http://www.hscripts.com/scripts/php/rating.php
I downloaded that one and in the readme file it says I have to add this line
<?php
include 'HRAT/hrat.php';
Yes, they forgot the closing ?> tag
BUt that's not my problem, I simply added that myself.
What is the problem then?
It just prints the code on the webpage instead of runing/reading it