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
