diff --git a/server/php/README.txt b/server/php/README.txt index cabf434..4736666 100755 --- a/server/php/README.txt +++ b/server/php/README.txt @@ -3,7 +3,7 @@ PHP server library for KalSMS, with example implementation The KalSMS.php library is intended to be used as part of a PHP application running on an HTTP server that receives incoming SMS messages from, and sends -outgoing SMS messages to an Android phone running KalSMS. +outgoing SMS messages to, an Android phone running KalSMS. To run the example implementation, the example/www/ directory should be made available via a web server running PHP (e.g. Apache). You can also use the included standalone diff --git a/server/php/example/send_sms.php b/server/php/example/send_sms.php index 821f638..e89229e 100755 --- a/server/php/example/send_sms.php +++ b/server/php/example/send_sms.php @@ -1,6 +1,10 @@