irgendwie führt er,
bei $position ==1 Nichts aus !!!
kan mir bitte jemand sagen warum
DANK an ALLE
//ermitteln der erreichten position in der highscoreliste
if ($position == 0) {
$position = "OH WIE SCHADE, Du bist nicht unter den 5 besten";
};
if ($position == 5) {
$position = "NAJA, Du bist auf Platz 5 ";
};
if ($position == 4) {
$position = "IMMERHIN, Du bist auf Platz 4 ";
};
if ($position == 3) {
$position = "SOSO, Du bist auf Platz 3 ";
};
if ($position == 2) {
$position = "FAST, Du bist auf Platz 2 ";
};
if ($position == 1) {
echo ("<html>\n<body>\n");
echo ("<script language=\"JavaScript\">\n");
echo ("<!--\n");
echo ("window.open('http://www.ohconfused.com/index.html','neuesFenster','width=400,height=400');\n");
echo ("//-->\n");
echo ("</script>\n");
echo ("</body>\n</html>");
};
bei $position ==1 Nichts aus !!!
kan mir bitte jemand sagen warum
DANK an ALLE
//ermitteln der erreichten position in der highscoreliste
if ($position == 0) {
$position = "OH WIE SCHADE, Du bist nicht unter den 5 besten";
};
if ($position == 5) {
$position = "NAJA, Du bist auf Platz 5 ";
};
if ($position == 4) {
$position = "IMMERHIN, Du bist auf Platz 4 ";
};
if ($position == 3) {
$position = "SOSO, Du bist auf Platz 3 ";
};
if ($position == 2) {
$position = "FAST, Du bist auf Platz 2 ";
};
if ($position == 1) {
echo ("<html>\n<body>\n");
echo ("<script language=\"JavaScript\">\n");
echo ("<!--\n");
echo ("window.open('http://www.ohconfused.com/index.html','neuesFenster','width=400,height=400');\n");
echo ("//-->\n");
echo ("</script>\n");
echo ("</body>\n</html>");
};
Kommentar