PHP in BBCODE
Hi,
I tried to add php to bbcode with no luck.
E.g I have [test] bbcode and in the bbcode replacement I want a php script to run. I want to use sessions to store information but just for example, lets say I need to include a file:
[include]test.php[/include] Is it possible to actually run php code and make it execute: <?php include("test.php"); ?>
Thanks,
Karthick
|