Re: [PHP] sending SMS messages to mobile phones from PHP

2004-10-12 Thread Andrew Cowles
You can send an SMS via kapow easily using PHP. Here are a few examples of how you can send (via HTTP Get/Post email). assuming you have defined a couple of variables; $user = youruser; $pass = yourpass; $mob = 447971325173; $message = urlencode(This is just a test SMS message from kapow.co.uk);

Re: [PHP] sending SMS messages to mobile phones from PHP

2004-10-11 Thread Andrew Cowles
Hi Jordi, What's wrong with British Pounds? It's a good currency - been around for a long time. We have customers all over the world and can send SMS messages to over 500 networks in 200+ countries. We have MANY clients in the USA, across Europe, Australia Africa. However we are based in the UK;

Re: [PHP] sending SMS messages to mobile phones from PHP

2004-10-11 Thread Sagar C Nannapaneni
You can use SMSTERM /sagar - Original Message - From: SunTan.co.uk [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, October 10, 2004 7:38 PM Subject: [PHP] sending SMS messages to mobile phones from PHP Hi there, I want my website to be able to send me an SMS message to my phone

Re: [PHP] sending SMS messages to mobile phones from PHP

2004-10-11 Thread Jad Madi
] To: [EMAIL PROTECTED] Sent: Sunday, October 10, 2004 7:38 PM Subject: [PHP] sending SMS messages to mobile phones from PHP Hi there, I want my website to be able to send me an SMS message to my phone when somebody fills our contact form in. Does anybody do this already? If so, how

Re: [PHP] sending SMS messages to mobile phones from PHP

2004-10-11 Thread Jordi Canals
On Sun, 10 Oct 2004 15:23:54 +0100, Andrew Cowles [EMAIL PROTECTED] wrote: We operate an SMS Gateway service (http://www.kapow.co.uk/) which would do exactly what you need. It's been reliably sending SMS since 1995 - and MANY of our clients use PHP. Unfoturnately your price list is only in

Re: [PHP] sending SMS messages to mobile phones from PHP

2004-10-10 Thread SunTan.co.uk
Thanks. Your SMS service looks ideal for what I need but how do I make an HTTP request from PHP to kapow? Can I just use fopen()? Please can you give a PHP example. We operate an SMS Gateway service (http://www.kapow.co.uk/) which would do exactly what you need. It's been reliably sending SMS