Hi,
ich habe versucht, einen Zufallsgenerator per PHP zu schreiben:
Irgendwas ist aber falsch!
<html><head></head><body><h1>Test</h1><?php
$bg[] = "A";
$bg[] = "B";
function x = Math.floor(Math.random() * bg.length);
echo($bg[x]);
?>
</body></html>