ARCHIVE August, 2010

Local Database

September 21, 2008

A friend learning PHP, recently asked me how they can mimic a database when the site they are working on does not have access to one. The following will show you how we can use an Array to create a local database and nested Arrays to create tables, rows and columns as key/value pairs.   [...]