TechNotes
Colab
Machine Learning
Neural Network
Python
What Is Emotions?
Are you sure that you got it right?
Monday, April 24, 2023
[php] read csv data into array
.
.
$heading) { $heading = trim($heading); $row[$heading]=(isset($data[$key])) ? $data[$key] : ''; } array_push($arry,$row); //print_r($row); } //print_r($arry); foreach($arry as $key=>$row){ foreach($row as $key=>$value){ echo $key.':'.$value.'
'; } echo '
'; } echo $arry[0]['animal']; fclose($handle); echo "";
.
demo:
csv file:
https://replit.com/@mohamadrazzi/php-read-csv-into-array#csv.txt
php file:
https://replit.com/@mohamadrazzi/php-read-csv-into-array#index.php
.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment