[Bug 255895] Re: found bug on PHP5

ouychai Ae.freeman at gmail.com
Fri Aug 8 08:31:31 BST 2008


Oh! I'm wrong

<?php
$file = fopen("news.csv","r");
while (!feof($file))
{
print_r(fgetcsv($file,1024));
print "";
}
fclose($file);
?>

This program for read file "news.csv" and display on web site.

-- 
found bug on PHP5
https://bugs.launchpad.net/bugs/255895
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.



More information about the Ubuntu-server-bugs mailing list