Contents of file $filename:
"; print "
". $contents ."
"; print "

\n"; $content_array = explode("\n", $contents); foreach ($content_array as $key => $value) { print "line $key is:

$value

\n"; } ?>


This page was generated on for the CS1520 class.