Is it possible to make a HIDDEN and unseen Call to a web browser for a simple single, invisible .PHP script/page with C# ?
Guys, i've got 1 simple thing that i'm doing from my MAIN C# APP, which is a program that does Text-Message Alerts. What i'd "LIKE" to do:
-After every Text-Message Send, call a simple and easy .PHP script (with the RESULTS of the Text-Message send: STATUS=GOOD||BAD||UNKNOWN,number,carrier
This quick+easy .PHP script and call is just to keep a database of KNOWN and WORKING (AND NON-WORKING) Numbers... a simple and modest task- I just don't want the ugly Web Browser (and it's multiple TABS) being shown AT ALL (I want it to be INVISIBLE, or ELSE I can't USE this .PHP Method of tracking the GOOD+BAD Text Numbers. It's NOT Gonna WORK if i can't just HIDE the browser window somehow or alternately call the .PHP script (WHICH HAS NO OUTPUT: all it does is write what the status, number, and carrier are to a FLAT FILE and it exits: QUICK+EASY like I said...).
But guys, tell me if this is just not possible the way I want it with my C#/.NET app here...?
Thanks in advance!