I just started my own Php based forum, and i just got stucked with the Templates Files.
Why?
When i have couple of chars, for example: "#boards" and i want it to be replaced with the file "boards.php" i can't use regular file's function like: file_get_contents and fopem.
I thought to try use include's or require's functions but there will be always problem.
So what can i do?
Is the any other way to open and replace Tpl's content with Php code files?
Or is there any way to make include not printing the file's output before i'll write "print/echo" [some how deleting "return" option].
Thank in advance - Tal.
P.S if you see any english mistake, please correct me, thanks