Skip to main content

4 posts tagged with "php"

View All Tags

· 9 min read
Nico Dupont

JSON (JavaScript Object Notation) is a standard file format for data exchange between applications.

In this tutorial, we will learn how to perform the most common manipulation, such as encoding, decoding, and converting JSON to Array and Array to JSON with the help of examples.

· 15 min read
Nico Dupont

CSV for Comma-Separated Values is a well-established file format to import and export data.

In this tutorial, we will learn how to read and write CSV files in PHP with the help of examples.