phpbar.de logo

Mailinglisten-Archive

[php] if order not if :)

[php] if order not if :)

Jan Heppe list1 at afvm.de
Don Feb 26 15:24:18 CET 2004


westwing at gmx.de schrieb:
> Hallo,
> 
> ich führe derzeit folgende Abfrage durch:
> 
> if(empty($_SESSION['username']) OR empty($_SESSION['password']) OR
> empty($_SESSION['id_user']) OR empty($_SESSION['email']) OR
> $action!="subscribe")
> 

wenn ich dich richtig verstanden habe:

if(	empty($_SESSION['username']) OR
	empty($_SESSION['password']) OR
	empty($_SESSION['id_user']) OR
	empty($_SESSION['email']) OR
	$action != "subscribe" ) {
	
	// da stimmt was nicht
	....
}
else {
	// hier ist alles in ordnung
	// und es darf $action == "subscribe" sein
}


sollte dies so richtig sein, überprüfe doch mal deine variable $action

Gruss
jan

-- 
Jan Heppe
http://www.afvm.de/


php::bar PHP Wiki   -   Listenarchive