phpbar.de logo

Mailinglisten-Archive

[php] =?iso-8859-1?Q?Variablen=FCbergabe?=

[php] Variablenübergabe

Tobias Orterer php_(at)_phpcenter.de
Fri, 17 May 2002 15:25:20 +0200


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