Please give me a relevant example

Please give me a relevant example SearchSearch
Author Message
Jimmy Tagole
New member
Username: Coajack258

Post Number: 1
Registered: 05-2009
Posted on Friday, May 08, 2009 - 09:30 pm:   

I would like to start a free sms service just for my friends. My plan is... before they can join my sms service they need to register first by sending keyword with corresponding fields to fill to my number.

Example:
REG Username, Fullname, Age, Location, Gender, Email.

I tried the this example already:

<?
header ("Content-Type: text/plain");

if (isset($_REQUEST['sender'])) {
if (isset($_REQUEST['text'])) {
echo "Thank You!";
}
else {
echo "ERROR : 'text' parameter missing\r\n";
}
}
else {
echo "ERROR : 'sender' parameter missing!\r\n";
}

?>

I really don't have idea on how to do this...

If you can help me... I want an example that act like what i want above...
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 760
Registered: 08-2008
Posted on Monday, May 11, 2009 - 03:01 pm:   

Hi Jimmy,

I'm sorry, but I don't have an example that does exactly what you want.

NowSMS tends to be more of a "middleware" solution.

You'd need to add logic to your script to accomplish what you're after.

You say that you tried the example above, which I assume would just reply "Thank You" to any message submission.

So, what happened?

Does NowSMS even receive the SMS message that you send in? (If you're using a Nokia phone as a GSM modem, most Nokia phones only support sending SMS messages over the GSM modem interface, not receiving them ... so that is a common problem.)

--
Des
NowSMS Support