Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

PHP Banner program

Quote Reply
PHP Banner program
I just recently have started to test a PHP/MySQL based banner program that has been written very well. The name of the program is dotbanner (www.dot-banner.com). The code I need to put into the template is as follows:
<script language="php">
$dotBanner_file_directory = "/www/your/banner/directory/";
include("$dotBanner_file_directory" . "ads-print.php");
</script>

Now, is there anything special regarding the name of the actual .html templates or configuration settings that need to be corrected before this PHP script would work? I did a search and read back in Februrary about this type of issue but was never fully disclosed to the status. So, looking for a little help here.


Thanks,

Sean Mott
http://www.weathertalk.net
Internet's best weather search engine
Subject Author Views Date
Thread PHP Banner program SeanM 2813 Oct 10, 2000, 10:16 AM
Post Re: PHP Banner program
Stealth 2735 Oct 10, 2000, 10:18 AM
Thread Re: PHP Banner program
Katina 2741 Oct 10, 2000, 10:23 AM
Thread Re: PHP Banner program
Stealth 2740 Oct 10, 2000, 10:25 AM
Post Re: PHP Banner program
Katina 2748 Oct 10, 2000, 10:37 AM