Moritz Helten wrote:
> Hello,
> 
> I have a problem with checking an array if it is empty:
> 
> if ($artikel[$i] != ""){
> ...
> }
> 
> That code does not work!
> 
> May somebody help me?
> 
> thanx,
> Moritz
> 
> 

take a look at the manual... there is a empty() function that checks for 
this very thing.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to