please i need help…my php code is working on browser but not working when i send a message from my phone. Thanks in advanced.
elseif($message2==‘MAIL’)
{
//$ini = ini_set(“soap.wsdl_cache_enabled”,“0”);
$client = new SoapClient(‘http://10.0.0.27/pricehistory/service.asmx?wsdl’);
$response = $client->InserteStatement('pin' =>$newpin);
//$echostring="Your Request is being processed";
$echostring=$response;
}else