I have a php script on my webserver. When I call ..../myscript.php in the webserver, the script writes something into a file. How can I call this script from a python program, running on my computer... I tried different things request, subprocess etc. - nothing worked. Whatwould be the right way to do this?
Regards
Adriana