Hallo!
Ist es möglich in einer PHP-Seite nur ein einzelnes Element zu aktualisieren? Also z.B. nur das:
Ich habe das bei Ebay schon einmal gesehen!?
Ist es möglich in einer PHP-Seite nur ein einzelnes Element zu aktualisieren? Also z.B. nur das:
PHP:
if ($time_current > $time_start && $time_current < $time_end)
{
echo "<font color='#FF0000'><b> Wartungsmodus</b></font></td>";
}
else
{
echo "<font color='#008000'><b> Normal</b></font></td>";
}
Ich habe das bei Ebay schon einmal gesehen!?