It's me again, sorry for the unnessesery post. Mr. Ross Fleming answered
already in my previous post and I thank him very much.
But the post is done so anyone can say to words about "isset"  :DDD



 "C zz" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I decided to use fgetcsv, because it puts the data it retrieves from the
in
> an array. But a problem occured (again). I used a while to show the Arrays
> values but I couldn't find a way stop the while. I tried checking for an
> empty array " " or "" but never stopped ... is there a nill value in PHP
or
> a way to determine where my value stop?
>
> The code is like that:
>
> while ($outputstring[$i] !=""){
>  echo $outputstring[$i]."<br>";
>  $i+=1;
> }
>
> P.S.Thank you all for your time and sorry for my so simple questions but I
> just started with PHP, I have a book on my hands and Trying to figure
things
> out. Thanks again
> crizz
>
>



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

Reply via email to