Jump to content

bbcode code


kimla

Recommended Posts

If you're pulling sample code from a database then anything in there that contains <?php won't get parsed by PHP but will instead be treated as text which will solve your problem.

 

To insert <?php into a table you can do it by reading the text from a form (textarea?) or by breaking the string up like I have above.

Link to comment
https://forums.phpfreaks.com/topic/58998-bbcode-code/page/2/#findComment-292901
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.