Ich würde gerne überprüfen ob 3 Variablen beschrieben sind oder nicht. Ist es möglich diese 3 abfragen zu verknüpfen ?
Funktionieren tut es auf jeden Fall nicht ...
Hier mal kurz Auszug aus dem Sourcecode :
if ( empty($aqcosts1) & empty($aqcosts2) & empty($aqcosts3)){
Falls jemand was weiß ...
gruß an alle ... and thx
					Funktionieren tut es auf jeden Fall nicht ...
Hier mal kurz Auszug aus dem Sourcecode :
if ( empty($aqcosts1) & empty($aqcosts2) & empty($aqcosts3)){
Falls jemand was weiß ...
gruß an alle ... and thx
 
          
 if (empty($var1) & empty($var2)) möglich ???
									
									
									if (empty($var1) & empty($var2)) möglich ???
								
Kommentar