Hai,
I need to read and write from csv file ,
and i am try this but its not working
$file = fopen("C:\Users\Downloads\workorder.csv","r");
$sno=1;
while (($line = fgetcsv($file)) !== FALSE) {
//$line is an array of the csv elements
print_r($line);
}
fclose($file);
?>

Dharmraj ThakurPosted May 12, 2017, 12:26 AM
Waruna ManjulaPosted May 2, 2017, 3:04 AM
Ranjeet PatraPosted Apr 7, 2017, 8:37 AM