|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Asp Sms
Hi I am using the clickatell gateway to sens sms messages. I am able to send 1 message by typing in the no. what I want to do is read multiple no's from a table in my access database. The message will then be sent to these no's. has anyone asp code that would help
|
|
#2
|
||||
|
||||
|
You could write a loop in your ASP that goes thru your list of numbers. Is that what you mean? Here's the very basic pseudo-code
Code:
Connect to Access Perform SQL to obtain recordset, consisting of ph numbers Insert the recordset in an array (using getrows() method) Loop through the array, and send the message to each number |
|
#3
|
|||
|
|||
|
Quote:
I have connected to the recordset and obtained the necessary phone numbers. I am not familiar with this getrows() method would you have any samples? |
|
#4
|
||||
|
||||
|
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > Asp Sms |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|