Mailinglisten-Archive |
icheb wrote:
> <?php
Probier mal
<?php
if(!isset($action)) {
header("Location: http://deinedomain.de/index.php4?action=shownews");
}
?>
oder einfach:
if(!isset($action)) {
$action = "shownews";
}
;o)
php::bar PHP Wiki - Listenarchive