How to send sms command in a script

2009-07-20 Thread Amritesh Rachelwar
Dear, Hi I am trying to send sms to a perticular no using my php script but it is not sending sms to any no my script is as following in /var/www/html... html body ?php echo Hello World; $URL =

Re: How to send sms command in a script

2009-07-20 Thread Otandeka Simon Peter
Amritesh, I think you have a php problem not a kannel problem!! Try using curl. On Jul 20, 2009, at 12:13 PM, Amritesh Rachelwar wrote: Dear, Hi I am trying to send sms to a perticular no using my php script but it is not sending sms to any no my script is as following in

Re: How to send sms command in a script

2009-07-20 Thread Jovan Kostovski
On Mon, Jul 20, 2009 at 11:13 AM, Amritesh Rachelwaramriteshs...@gmail.com wrote:  elinks -dump http://localhost:80/test.php; it gives out put only Hello World What else can you expect from a script which prints Hello World and defines a variable called $URL? :D Use the php header function or

Re: How to send sms command in a script

2009-07-20 Thread Jovan Kostovski
On Mon, Jul 20, 2009 at 12:10 PM, Amritesh Rachelwaramriteshs...@gmail.com wrote: Dear, Thanks now it is working fine but now if i put one echo command it is not working Now it is only sending sms... As I told you before you can use php header function or cURL. Try googling for a php

Re: How to send sms command in a script

2009-07-20 Thread Amritesh Rachelwar
Dear, Actually sendsms.php is already there in kannel but if in my php script if I need to call it to send sms how I can call this php script...? Thanks and Regards Amritesh Deepak Rachelwar JTO (Mobile) SMSC,Pune On Mon, Jul 20, 2009 at 3:27 AM, Jovan Kostovski chomb...@gmail.com wrote: On