اگر درست متوجه شده باشم منطورتون insert کردن دو و یا بیشتر باشه به یک ( , ) از هم جدا میکنیم
PHP Code:
SqlDataAdapter("Insert into letter(body,other1,other2) values (' "
+ txtsubject.Text + " ' , ' " + txtOther1.Text + " ' , ' " + txtOther2.Text + " ' )", sc)
Bookmarks