Wait, let me get this staright. Can someone please confirm with me. Lets say I want to have this script which genearetes random quotes selected from a txt file. Its called quotes.php
Let me name the variable $quotes, and put quotes.php in the same folder as globals.php
So I put $quotes = implode("", file("quotes.php"));
In teh showthread template, I'll call it by putting
$quotes
wherever I want it to appear. Is that all?
|