In this PHP tutorial I'll talk about working with a csv files in PHP. Comma Separated Values (csv) is a common way to store the data in a file and it's important to know how to work with them.
🔗 Blog Post:
https://amirkamizi.com/blog/php-csv-files
💖 Show Support:
https://www.buymeacoffee.com/amirkamizi
👇 Follow Me On Social Media:
Twitter: https://twitter.com/amir_kamizi
LinkedIn: http://www.linkedin.com/in/amir-kamizi
👇 Checkout My website
https://amirkamizi.com
Thank you for watching.
If you found it useful:
✔️ Like & Subscribe
✔️ Share
If you have any suggestions, questions, or opinion, please leave a comment below. I’m looking forward to hearing from you!
⭐️ Contents ⭐️
0:00 - Intro
0:07 - What is CSV
0:21 - Open and Close CSV files
0:50 - Read CSV file
05:46 - Write to a CSV file