Thanks for the reply, kh.
I added
Code:
$mytext = file_get_contents("/usr/public_html/forum/info.txt");
in my navbar where I wanted the text to appear, and uploaded a text file called
info.txt to the forum folder, but the forum page is displaying:
Code:
= file_get_contents("/usr/public_html/forum/info.txt");
I also tried shortening the path to
"/public_html/forum/info.txt"
and also tried
"/forum/info.txt"
but the webpage just displays the bit after
$mytext
Any suggestions?
Update: ah, I see, you mentioned a plug in. I have not used them much, is there a basic guide you know of I can read??
.