Forum: IT Professionals' Lounge May 31st, 2008 |
| Replies: 3 Views: 1,442 Re: How to create a SMS Gateway Kawaljeet,
Are you looking to provide a bulk sms service to other companies or is something which your own company requires? |
Forum: IT Professionals' Lounge May 20th, 2008 |
| Replies: 5 Views: 814 Re: Need insight for SMS/Database connectivity [quote]time spent querying the database is not an issue. A single user would have no problem waiting a few minutes (up to about 5 minutes) for the entire process[quote]
How long does the query take?... |
Forum: IT Professionals' Lounge May 20th, 2008 |
| Replies: 5 Views: 814 Re: Need insight for SMS/Database connectivity My pleasure.
*Should* you... ideally not. *Can* you... yes you can.
To explain... in an ideal situation, you want to separate the messaging logic from the querying logic. That's to say:
1.... |
Forum: IT Professionals' Lounge May 20th, 2008 |
| Replies: 5 Views: 814 Re: Need insight for SMS/Database connectivity Hi Ronnie,
Developing an application like your intended one is very easy.
Step 1: Choose your database
You should choose whatever your comfortable with as it won't make a difference. The only... |
Forum: PHP Oct 24th, 2007 |
| Replies: 6 Views: 1,149 Re: Update database with SMS Ok. Just wanted to be clear.
So coming back to the options...
With SIM Hosting, SMS are received through a GSM SIM card that is connected to a GSM-enabled computer. That is a computer which is... |
Forum: PHP Oct 24th, 2007 |
| Replies: 6 Views: 1,149 Re: Update database with SMS Essentially, there are 3 ways of receiving SMS:
1. SHN (Sim Hosted Numbers) - These are SIM cards in mobiles with modems or in GSM modems.
2. VMN (Virtual Mobile Numbers) - These look like mobile... |
Forum: PHP Oct 24th, 2007 |
| Replies: 6 Views: 1,149 |