Posted By: Mike Taulty | Jul 15th @ 7:05 AM
If you are looking to do an HTTP request at a lower level then HttpWebRequest is the class that you're looking for. Here, we take a look at doing an HTTP POST from a Silverlight application using this class.
Rating:
0
0
Could I post something to a PHP page and get the response from there ?

I wont to run silverlight without having to run a ASP.NET server somewhere...
that should work. íts just a regular webrequest, nothing .net specific Smiley you'd get the html from the php page in your response strem and just read that and xml and do whatever to it. the same would be true for posting Smiley
you can host silverlight on any backend (including lamp) you only have to add the mime types