hi,
irgendwie klappt das nicht,
ich versteh´ das nicht,
bin leider erst kurz dabei.
wie ruf ich aus php die html auf,
wenn $position ==1 ???
le code:
//ermitteln der erreichten position in der highscoreliste
if ($position == 0) {
$position = "Du bist nicht unter den 5 besten";
};
if ($position == 5) {
$position = "Du bist auf Platz 5 ";
};
if ($position == 4) {
$position = "Du bist auf Platz 4 ";
};
if ($position == 3) {
$position = "Du bist auf Platz 3 ";
};
if ($position == 2) {
$position = "Du bist auf Platz 2 ";
};
if ($position == 1) {
$position = "BRAVO, Du bist auf Platz 1 ";
echo '<A HREF="http://www.oharioconfusion.com">';
...
vielen dank schonmal
ohario
irgendwie klappt das nicht,
ich versteh´ das nicht,
bin leider erst kurz dabei.
wie ruf ich aus php die html auf,
wenn $position ==1 ???
le code:
//ermitteln der erreichten position in der highscoreliste
if ($position == 0) {
$position = "Du bist nicht unter den 5 besten";
};
if ($position == 5) {
$position = "Du bist auf Platz 5 ";
};
if ($position == 4) {
$position = "Du bist auf Platz 4 ";
};
if ($position == 3) {
$position = "Du bist auf Platz 3 ";
};
if ($position == 2) {
$position = "Du bist auf Platz 2 ";
};
if ($position == 1) {
$position = "BRAVO, Du bist auf Platz 1 ";
echo '<A HREF="http://www.oharioconfusion.com">';
...
vielen dank schonmal
ohario
Kommentar