Hello!
I am working on WinNT 4.0 and wrote a PHP-script to insert/query values of a MySQL-database. To do a curve-fitting, I wrote a Python-script (NumPy, Python 2.1).
Problem:
How can I tell the PHP-file, that I want it to open and run my Python-script?
Many thanks in advance!