A database is just a place to collect information

You can use a text file as a "database" as well like :
Text file :
info 1;
info 2;
info 3;
php file :
load each line and excute with XXX command
it will work the same as well.
But of course using things like MySQL would make things simplier.