AluminumHaste
Active member
I want to create an app that uses php scripts over the net, to intiate an ISP (Internet Service Provider) speed test, and the results are returned via the http url.
I think this means that the php script is using a POST method??
What I want to do is save that information after running the test about 5 times a minute and average the test results, and keep doing this all day to see my results over the a 24 hour period for my ISP.
I can get information off a website using the C# classes, but this isn't so easy to do with PHP inside from an app.
So what I'm looking for is some help in using php from within C# or C++ or VB.net.
I think this means that the php script is using a POST method??

What I want to do is save that information after running the test about 5 times a minute and average the test results, and keep doing this all day to see my results over the a 24 hour period for my ISP.
I can get information off a website using the C# classes, but this isn't so easy to do with PHP inside from an app.
So what I'm looking for is some help in using php from within C# or C++ or VB.net.