Ich habe eine Konstante als Erfolgreichsnachricht beim Einloggen:
	
Logge ich mich nun ein wird aber ".$_SESSION['user_name']." nicht übergeben. Was kann man da tun ?
							
						
					PHP Code:
	
	
define("S_LOGIN", "Du wurdest erfolgreich eingeloggt <a href='?action=user&show=profile'>".$_SESSION['user_name']."</a>."); 
          
							
						
 Moderator
Comment