[SOLVED] Designing a new system
Posted: Fri Aug 05, 2005 7:02 am
I currently got a service which can send text messages to mobiles and works with a URL, e.g. http://domain.com/sms.txt?n=+34666000500&m=test.
I'm going to design a system where a user logs in and can type a message out and click send and it goes to the URL above (It's going to be going to more than one phone), however, I don't want the user to see this URL; what can I do to hide it?
Furthermore, when you go to the URL I stated above you get a message, e.g: 1 OK, 2 OK, 3 OK, 4 BAD (In this case you are going to send it to four mobiles). Is there any way I can stop the user seeing this messages on the other website but instead I want a user to see my message, on my website saying, 3 sms were sent out ok, 1 was bad?
Thanks!
I'm going to design a system where a user logs in and can type a message out and click send and it goes to the URL above (It's going to be going to more than one phone), however, I don't want the user to see this URL; what can I do to hide it?
Furthermore, when you go to the URL I stated above you get a message, e.g: 1 OK, 2 OK, 3 OK, 4 BAD (In this case you are going to send it to four mobiles). Is there any way I can stop the user seeing this messages on the other website but instead I want a user to see my message, on my website saying, 3 sms were sent out ok, 1 was bad?
Thanks!