I have a phpBB forum running on my website and I would like to be able to display the latest topic titles of my forum onto my homepage which was built using .html not php.
I downloaded the phpBB Fetch All today (from phphacks) in hopes to pull it off. I used the "simple.php" example, took out some information so I could just display the title of the post and the # of replies. It worked great, but only as a .php file. I saved the file in a different folder on my website and the path to the forum is correct. I then copy and pasted the .php info into an .htm file and it does not work. It says the hack is able to work in non-php websites but I am not sure how to get it to do so.
Again, as long as the file extension is .php it works perfect in the directory I want it to. But as soon as I put it in a .htm extension (in the same directory) file it will not work.
Any help would be greatly appreciated. I am lost.
Thank you,