Click here to Skip to main content
15,867,870 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
helloo friends.

Currently i am implememting a software on how customer can book their cinema ticket through sms.

Can you please help me. how to go through the project.

Thanks
Posted
Comments
DamithSL 27-Dec-14 3:49am    
what have you tried so far, how you plan to read incoming SMS messages? how you plan to send outgoing sms messages?

You better find mobile service provider or mobile value added service provider who having API which is matching with your programming skills and the budget.
then all incoming SMS messages can be read using given API and your program can process it and send the results via SMS again using same API.
you may need to give SMS formats for the all the activities you providing through the SMS messages and do the SMS processing based on that.
 
Share this answer
 
Comments
Member 11337439 27-Dec-14 4:01am    
Sir can you suggest the API that i can used.
DamithSL 27-Dec-14 4:12am    
sorry, I have no idea about mobile API providers in your country
find a sms provider,its may have web api that you can send&receive ,
code command ,
and u'll solve the communication problem.
 
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