I am building an application in Django and want to run a .php script I already have made earlier. I need to be able to give along a string to the .php file and catch the returning output. Does anyone have an idea how to do this? Can I make some kind of http request and catch the response?
p.s. I already tried converting the php file to python script but I couldn't get it to work..