PDA

View Full Version : اشکال در ارسال sms



taherisoftware
شنبه 12 اسفند 1391, 11:57 صبح
توی این کد client رو چجوری باید تعریف کنم؟
{
string text = reader["txt"].ToString();
string to = reader["to_n"].ToString();
string id = reader["id"].ToString();
SQLiteCommand scom2 = new SQLiteCommand("update Tbl_sms set Sent=1 where id=@id", Scon);
scom2.Parameters.AddWithValue("@id", id);
scom2.ExecuteNonQuery();
string url = "http://textsms.ir/send_via_get/send_sms.php?username=" + Properties.Settings.Default.username + "&password=" + Properties.Settings.Default.password + "&sender_number=" + Properties.Settings.Default.sms_number + "&receiver_number=" + to +"¬e=" + text + "n" + Properties.Settings.Default.sign;
string ids = client.DownloadString(url);

crazy_1892
چهارشنبه 16 اسفند 1391, 16:12 عصر
نمونه سورسی مه بهت دادن را بذار تا کمکت کنم