+ 1

Can Python and PHP using together?

Can applications created by the python accessed through the website? is it possible to use python to resolve issues related to statistical algorithms and PHP to do things related to website and database?

31st Dec 2016, 2:25 PM
Imam Kurniawan
Imam Kurniawan - avatar
2 Answers
+ 4
Yes, you can link PHP and Python together. For example, you can call Python with PHP using system() or popen()
31st Dec 2016, 2:55 PM
Wen Qin
Wen Qin - avatar
+ 1
Thanks man.. its works.. I was try using system() function.
31st Dec 2016, 3:17 PM
Imam Kurniawan
Imam Kurniawan - avatar