Results 1 to 6 of 6
Thread: php .csv
Hybrid View
-
13th February 2012 10:09 #1Registered User
Join Date: May:2009
Location: velingrad
Posts: 26
php .csv
, , .csv 3 ", ". php , ...
, , .
-
13th February 2012 10:24 #2
-
13th February 2012 11:45 #3
$lines = file('pytq_do_faila');
i w $lines .
"" , , .
:
foreach ($lines as $line) {
$parts = explode(',', trim($line));
// $parts
}
, ( CSV ) .. $parts .
, . , , , .
-
13th February 2012 12:17 #4
-
13th February 2012 15:38 #51000 e , .Code:
$handle = fopen($fileName, "r"); while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) { }
, - CSV comma-separated values, CSV MS Office, Language & Regional Settings ( ) -> .
, MacOS, PHP- new line , :
auto_detect_line_endings = OnHey, mother, I come bearing a gift. I'll give you a hint. It's in my diaper and it's not a toaster.
.
-
13th February 2012 19:19 #6Registered User
Join Date: May:2009
Location: velingrad
Posts: 26
, . .




Reply With Quote

Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in