I Haz Codes

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Menu
Writing to a CSV file

Learn

In this lesson you will learn how to write multiple values to each line. It will allow you to create a simple CSV file.

Try

Write a file which will allow you to add new names and phone numbers to a file.

Each line of the file would look like the example on the right.

It should keep repeating until you enter “done”.

Comments are closed.

Information