If you like SEOmastering Forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...

 

PHP extension using python

Started by Hi-Tech ITO, 05-17-2013, 22:51:48

Previous topic - Next topic

Hi-Tech ITOTopic starter

I need to make an extension in php using python . In all the examples i've come across in stackoverflow or other sources , i saw that it's possible to build an extension using C, is it possible to do so using python ? And how can i do that ?
  •  


kiash001

You can use PiP. But, it's better you can build Python commend line application and you can execute it using PHP exec()


If you like SEOmastering Forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...