How to integrate Python with PHP? |
(01-18-2020, 03:43 PM)jreklund Wrote: What do you want to do with python what you cant do in PHP? Thanks for those links I need to study them. When using fwrite & particularly fseek in PHP it overwrites data that is ahead so the only mode that is usable is "a" which starts at the end of file and appends, which creates recent at the bottom, whereas I prefer recent at the top. And now I find PHP does not facilitate backspace \b in fwrite. I'm open to ideas on how I can stick with just one language. |
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
|