There are two ways of storing data with PHP: using files (and directories) or databases.
Files are useful for retrieving remote Web pages for local processing, storing data without a database, and saving information that other programs need access to.