Hello, I'm wanting to install a quote script called phpMyQuote on my forum.
I'd like to display the quotes on the forum home, but I am unsure of how to or where to insert the php code. Below is part of the Readme file:
Quote:
How to install Random Quote Viewer into your webpage:
1.) The first thing is to edit file quotes.inc.php. You just have to change the line:
$path = "/home/httpd/virtual/temp/myQuotes/";
Just write the right path where config.inc.php exist !
2.) Now open your personal webpage and go to the position where random quote should be displayed. You have to include file quotes.inc.php and then you just call function ShowQuote() which return string with quote:
We have also include example which can be found in file testQuote.php
I know I have the script installed correctly because the testQuote.php displays them just fine, I just don't have a clue on how to get this on my forum home, would anyone care to help me out?