Can I add PHP code for execution in article body?
This is an example of how to let your PHP scripts run within an IFRAME tag in the article content. PHPKB knowledge base software allows you to do everything you need in your articles. See an example of calling the PHP script to execute the phpinfo() function below.
PHP Function Code
phpinfo();
?>
?>
PHP Code Execution Results