On Mon, Sep 22, 2008 at 3:02 PM, wahib <[EMAIL PROTECTED]> wrote: > > Sir, > > I tried my best to solve the problem but i am not that much smart. > I have configured sms-service as.... > > group = sms-service > keyword = complex > max-messages = 5 > get-url = "http://localhost/jaroka/wahib/Kannel/yahoo.php?sender=%p&msg=%a" > accept-x-kannel-headers = true > concatenation =false > > when i run fake smsc command in my Open-Suse terminal like ... > > ./fakesmsc -i 0.01 -m 1 "100 200 text complex hello" > > from the get-url page what ever i have echoed is displayed in the reply.This > means the command just GET data from webpage but i want it to post the > message "complex hello" to that page. > > Just tell me how can i POST the message entered by user to a web-page where > i can use it in my MYSQL Query??? > > plz reply. > > Regards, > wahib > -- > View this message in context: > http://www.nabble.com/How-to-post-the-%22text%22-send-by-user-to-a-web-page-using-get-url----tp19606607p19606607.html > Sent from the Kannel - User mailing list archive at Nabble.com. > > >
The answer to the incoming sms will be the output of the php script. If you do not want a reply, you should set the max-messages parameter to zero (0) max-messages = 0 -- Labor and Joy
