php basics

Friday, June 16, 2006

Lab: Changing File Formats

makepdf.php
  • determines all the files located in the current directory
  • lists these files (one per line)
  • creates a pdf document containing the list
  • saves the pdf as lab14.pdf
Make 3 more scripts that do the same thing as the above, but make the file format
  1. rtf
  2. doc
  3. xls

0 Comments:

Post a Comment

<< Home