Hello Everyone,

I have written a standard winforms application in visual basic .net 2008. I wanted to implement one thing.

I want the application to call a PHP script and get a value from that. Basically I want to check for current date online. I have a webserver whereby I can run php/perl scripts.

Is there any way my application can call that script and that script returns date. If this works then the script may return other values if possible, but thats for later.

Help will be appreciated.

Thanks a lot,

Gr