On Mon, 1 Apr 2002, news.php.net wrote:
>   while ($data = fgetcsv ($fp, 1000, ";"))
>   {
>     switch ($row)
>      {
>     }
> ?>
> 
> and when i run it i get : Parse error: parse error in essai.php on line 45

You never close the { you open for the while().

miguel


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

Reply via email to