You need to add the variables you need and add them to your url

something like:

http://someseervername.com/somefoldername/test.php?sender=%p&msg=%a etc.

Check manual for available codes




On Sat, 2009-02-28 at 01:22 +0530, Rupin Chheda wrote:
> I have been able to successfully set up Kannel and make it talk with
> my remote server.
> I am using post-xml method to send data to the remote server.
> When I try to read the data from the php script,what variable should i
> use in my $_POST[?] square braces in which the xml would be available
> to me?
> 
> I am just adding my services group from the kannel.conf
> 
> *******************************************************************************************************
> group = sms-service
> keyword-regex = .*
> catch-all = yes
> max-messages = 10
> post-xml="http://someseervername.com/somefoldername/test.php";
> *******************************************************************************************************
> Thanks
> Rupin


Reply via email to