helloI have 2 php files . one on my pc and one on my host . which is on the host gets an input and check it and after that returns a string .
I want to send that input from my php that's on my pc to another one and give the returned string and use it (without any changes in screen . for example opening firefox)
how can i do it .
thanks a lot