Hi alkatvo,
na was macht die Matrix?
<?
$text = "so ist er";
function aendern(){
$text = "anders";
return $text;
}
echo $text;
$text = aendern();
echo $text;
?>
so das war es
CU
Hi alkatvo,
na was macht die Matrix?
<?
$text = "so ist er";
function aendern(){
$text = "anders";
return $text;
}
echo $text;
$text = aendern();
echo $text;
?>
so das war es
CU