Hello,
Just cancel this part
$phone_number = $request->phone_number;
$password = @$PASSWORDS[$phone_number];
Or set up your password and phone number (it s better) :
if (!isset($password) || !$request->is_validated($password))
{
header("HTTP/1.1 403 Forbidden");
error_log("Invalid request signature");
echo "Invalid request signature";
return;
}
I don’t know playsms, sorry.
hyd
What is your php code ?
You have invalid action with your pc or android phone ?
Bc I made a test and it s ok for me …
From: enva...@googlegroups.com [mailto:enva...@googlegroups.com] On Behalf Of fan
Sent: mercredi 1 février 2012 10:43
To: enva...@googlegroups.com
Subject: Re: PHP Parse error: syntax error, unexpected T_STATIC, expecting T_STRING or T_VARIABLE or '$' in server/php/EnvayaSMS.php on line 38
Hi Hyd,