newbie needs help

Hi all, I'm a student who just begain to learn how to program with C#.
My school project requires me to create a desktop window application to update a news section on a website.

I'm using the Visual Studio 2005 Beta 2 C# Express. Can anyone kindly help me with the following? My server-side scripting is PHP.

1. How do I read text information from my webserver?
2. How can I post or submit my updated info back to the server?
3. How do I pass back the info from the PHP script back to my desktop application?

Any help would be greatly appreciated.
Thanks.

[581 byte] By [Netasia] at [2008-2-18]
# 1

Look at the System.Net.WebRequest and System.Net.WebResponse classes.

DavidM.Kean at 2007-9-7 > top of Msdn Tech,Windows Forms,Windows Forms General...