如何为多短信系统设置参数? [英] how can i make parameters for multi-sms system ?

查看:81
本文介绍了如何为多短信系统设置参数?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好

我想制作一个通过3g调制解调器发送短信的程序.

我的目的是向数据库中的号码发送多条短信.

例如:

尊敬的< name> ,您已赢得1500 $!请拨打+905 ....那样的

当我使用< name> ,< name>应该暗示位于数据库中的名称列

有序地;短信程序应该发送这样的短信:

尊敬的约翰,您赢了1500 $!请拨打+905 ....那样的
亲爱的史密斯,您赢了1500 $!请拨打+905 ....那样的

id name_column
1约翰
2史密斯
3约翰逊


当我写< name>时,如何向位于名称列中的名称发送消息? textMessage.Text控件中的参数

Hi guys

i want to make a program sending sms throuhg 3g modem.

my purpose is to send multi sms to the numbers located in database.

For ex:

Dear <name> , you have won 1500$ ! Please call +905.... like that

When I use <name> , <name> should imply the names column located in the database

orderely ; sms program should send sms like that :

Dear John , you have won 1500$ ! Please call +905.... like that
Dear Smith , you have won 1500$ ! Please call +905.... like that

id name_column
1 John
2 Smith
3 Johnson


how can i send messages to the names located in the name column when I write <name> parameter in textMessage.Text control

推荐答案

!请拨打+905 ....那样的

当我使用< name> ,< name>应该暗示位于数据库中的名称列

有序地;短信程序应该发送这样的短信:

尊敬的约翰,您赢得了1500
! Please call +905.... like that

When I use <name> , <name> should imply the names column located in the database

orderely ; sms program should send sms like that :

Dear John , you have won 1500


!请拨打+905 ....那样的
亲爱的史密斯,您赢了1500
! Please call +905.... like that
Dear Smith , you have won 1500


!请拨打+905 ....那样的

id name_column
1约翰
2史密斯
3约翰逊


当我写< name>时,如何向位于名称列中的名称发送消息? textMessage.Text控件中的参数
! Please call +905.... like that

id name_column
1 John
2 Smith
3 Johnson


how can i send messages to the names located in the name column when I write <name> parameter in textMessage.Text control


这篇关于如何为多短信系统设置参数?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆