Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

tenkabuto

tenkabuto Avatar

****
Senior Member

420


January 1970
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

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
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.

newBookmarkLockedFalling