Click here to Skip to main content
15,913,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

When a person sends an sms to an sms gateway, how can I save his mobile number and his time in my program data base?

I must be able to save his mobile number, his answer and the time that he sent sms.
Posted
Updated 12-Jan-11 21:50pm
v4
Comments
Sandeep Mewara 13-Jan-11 3:20am    
If you are sending SMS via your app then whats the problem in saving the stats?
Dalek Dave 13-Jan-11 3:50am    
Edited for Syntax and Readability.

1 solution

may this help u

During button click your create a stored procedure
(like insert into table name value of text box)
pick the value of textbox in which mobile no retrive
then execute save command
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900