Is there a way to run PHP scripts in django? I have a plugin in TinyMCE that runs PHP scripts and it can work using XAMPP Apache. However, Django supports running a PHP script, and therefore the plugin cannot work. I would like to know if there is a way to configure Django to run PHP scripts.
Any help or pointers appreciated. Thank you very much!
source share