Hello all,
How can I edit this code, so that I am able to append the variables Username and Password:
I tried the above but it's not passing the variables. Thanks for any help...
How can I edit this code, so that I am able to append the variables Username and Password:
Code:
Username = this.txtPilotname.Text;
Password = this.txtPassword.Text;
System.Net.WebClient Client = new System.Net.WebClient();
Client.DownloadFile("[URL unfurl="true"]http://www.mysite.com/verification.php?username=Username&password=Password",[/URL] @"C:\verification.php");
I tried the above but it's not passing the variables. Thanks for any help...