hallo leute,
hab folgendes problem.
dieses script:
lässt sich einfach nicht formatieren, wieder mit <font... noch mit <b>. ich vermute, dass des an der tabelle liegt. hab schon so ziemelich alles versucht ich hab auch die gänsefüsschen entfernt und entsprchend kommas gesetzt. nix hat geholfen.
kann mir jemand helfen?`
mfg toebal
hab folgendes problem.
dieses script:
PHP-Code:
<?php
$file = file("PHPWWW.DAT");
$show = explode(" ", $file[0]);
$show_t = explode(" ", $file[1]);
$show_d = explode(" ", $file[2]);
$show_wd = explode(" ", $file[3]);
$show_ws = explode(" ", $file[4]);
$show_f = explode(" ", $file[5]);
echo "<td>$show_t[1] °C</td><td>$show_d[1] hPa</td><td>$show_wd[1]
Grad</td><td>$show_ws[1] m/s</td><td>$show_f[1] %</td>";
?>
kann mir jemand helfen?`
mfg toebal
Kommentar