|
Hi, I was searching for PHP Navigation and I found this post, then I found this BBCode Parser topic; It made me wonder if it was possible, through using PHP Navigation, to include files fully parsed by the BBCode Parser. I'm not a coder, so can you please show me a code if it's possible?
Last Edit: Sept 22, 2007 17:18:27 GMT by tenkabuto
|
|
|
|
|
Something like this I guess. (This is general syntax code.)
echo parseBBCODE(file_get_contents("file_name.php"));
Assuming the parseBBCODE function parses the code and file_name.php is the file to get data from.
|
|
|
|