0

i have this lines of code:

$token = 'TOKENBYDANIEL';

$clientToken = $_POST['token']

if ($clientToken = $token){
    echo "<p style='color: black; font-size: 20px; text-align:center;'>Token Accepted</p>";
}

How can i solve that? It's a Token System and when i try load that i have this error: syntax error, unexpected token "if"

j08691
  • 197,815
  • 30
  • 248
  • 265

0 Answers0