I have a php website which i want to run in C# wpf webbrowser control.
I have a validated a username and password for the site by connecting to it's database using .net.
Now i want the functionality to take username and password and submit the post form to php page that will validate the username and password again(of course it is already validated) or not validate and send the user to the page that it needs to redirect. and i want that page to be seen in my webbrowser control.
How do i do this.