
|
in the project i want to build, i already have a school results system and students should be able to request their results via sms.thus by sending their stud. id to the system number(gsm modem number) and the system automatically reading the message, extracting the stud. id and year from the message search the results table for the results and send it back to the student who requested for the results(senders number) i will also store requests to the database
|
|
|
|

|
..cool - and what is your question?
If you're stuck with a particular task, then we can help. As is, you only mentioned that you're about to do a project. If you're looking for volunteers, you'd need to open-source it first. Or try the collaboration-forum
Bastard Programmer from Hell
if you can't read my code, try converting it here[^]
|
|
|
|

|
You might want to store the cell phone numbers of your students in the db and the incoming message would just be RESULTS. They should not send their student ID. You want to prevents Student A from requesting results for Student B.
|
|
|
|

|
Come on! You know security is the ultimate afterthought.
|
|
|
|

|
David Mujica wrote: You might want to
I'm not gonna build it But good point
Bastard Programmer from Hell
if you can't read my code, try converting it here[^]
|
|
|
|

|
Eddy Vluggen wrote: what is your question?
Can't you tell from the subject line?
|
|
|
|

|
TL;DR
Bastard Programmer from Hell
if you can't read my code, try converting it here[^]
|
|
|
|