Martha's CIS 52 Lab #2 Exercise #16

Lab # Exercise #16. Create a text file with multiple lines and read those lines into an array.

**************************************************************

CODES:

$lines = file("lab02-14.txt");
foreach($lines as $line)
{
echo($line);
}

**************************************************************

ANSWER:

Lab2 #14 - Martha's CIS 52

This is a test

Here's another paragraph.

An Ordered List