Hello,
I have a lame question about how to make a POST request on C# under Windows Mobile 5.
I'm new to this language and technology, but I need it for a school project.
Scenario:
I have a php website randomblabla.co m/index.php that has a form with post with a text field status (the only field that I use).
I'd like to make an HTTP POST request to this website sending the status from the mobile application.
How can I accomplish that?
Thanks in advance!
I have a lame question about how to make a POST request on C# under Windows Mobile 5.
I'm new to this language and technology, but I need it for a school project.
Scenario:
I have a php website randomblabla.co m/index.php that has a form with post with a text field status (the only field that I use).
I'd like to make an HTTP POST request to this website sending the status from the mobile application.
How can I accomplish that?
Thanks in advance!
Comment