hi there.
I need a function in any language (no scriptlanguages like php or js)
that executes a phpscript with get-data.
One way would be to open an invisible window with a container that opens the webpage "www.example.com/script.php?data=blabla". But this is very slow and only the last way that I would go.
I also tried to send a string to www.example.com, 80
with "GET /script.php?data=blabla", but this didn't work.
Is there a possiblility?
Bestsolution for me would be a Windows-Api-Hook or an Basic-function, but also every function in every other language (c,c++,delphi) would be great.
Thanks in advance
I need a function in any language (no scriptlanguages like php or js)
that executes a phpscript with get-data.
One way would be to open an invisible window with a container that opens the webpage "www.example.com/script.php?data=blabla". But this is very slow and only the last way that I would go.
I also tried to send a string to www.example.com, 80
with "GET /script.php?data=blabla", but this didn't work.
Is there a possiblility?
Bestsolution for me would be a Windows-Api-Hook or an Basic-function, but also every function in every other language (c,c++,delphi) would be great.
Thanks in advance
