W3818 php Collecting Data to CSV file

From Coder Merlin
Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Prerequisites[edit]

Background[edit]

Introduction[edit]

Topic Headers[edit]

Key Concepts[edit]

Exercises[edit]

In order to enable the web server to write the file, permissions will need to be adjusted. Execute the following:

touch contacts.csv
setfacl -m u:www-data:rw contacts.csv

References[edit]