Hi,
ich gebe arrays als so aus:
$post = print_r($_SESSION, true);
$post = nl2br($post);
$post = str_replace(" ", " ", $post);
echo $post;
MfG
Hi,
ich gebe arrays als so aus:
$post = print_r($_SESSION, true);
$post = nl2br($post);
$post = str_replace(" ", " ", $post);
echo $post;
MfG