How to integrate Python with PHP? |
What do you want to do with python what you cant do in PHP?
Codeigniter are made with PHP, so anything you can do in PHP you can do in Codeigniter. The only way to execute something outside PHP are with these function. https://www.php.net/manual/en/function.e...ellcmd.php https://www.php.net/manual/en/function.shell-exec.php https://www.php.net/manual/en/function.exec.php |
Messages In This Thread |
How to integrate Python with PHP? - by christaliise - 01-18-2020, 06:13 AM
RE: How to integrate Python with PHP? - by jreklund - 01-18-2020, 03:43 PM
RE: How to integrate Python with PHP? - by christaliise - 01-18-2020, 06:22 PM
RE: How to integrate Python with PHP? - by jreklund - 01-19-2020, 05:08 AM
RE: How to integrate Python with PHP? - by christaliise - 01-19-2020, 08:05 AM
RE: How to integrate Python with PHP? - by eggbert - 01-19-2020, 08:31 AM
RE: How to integrate Python with PHP? - by christaliise - 01-19-2020, 10:03 AM
RE: How to integrate Python with PHP? - by eggbert - 01-19-2020, 01:12 PM
RE: How to integrate Python with PHP? - by includebeer - 01-20-2020, 04:23 AM
RE: How to integrate Python with PHP? - by jreklund - 01-19-2020, 11:49 AM
|