Mam oto taki kod
<?php function udb_hash($string){ $string[x] += (3^x) * (x % 15); if($string[x] > (0xff)){ $string[x] -= 256; } } } ?>
Gdy wchodzę na stronę, gdzie jest ta funkcja wyskakuje mi błąd
Kod
Parse error: syntax error, unexpected '=', expecting ';' in reg.php on line 16
Mógłbym mi ktoś powiedzieć, albo dać wskazówki dlaczego takowy błąd występuje ?