11.05.2016, 11:14
Because dini doesn't support queries. You can't 'ask' dini to return you anything, you can only open a file and read what's in it. MySQL on the other hand allows you to query the database upon which it will search through your data until it finds what it's looking for.
Edit: If you really want what you're looking for with files, you have to keep specific files containing team info and look in those files. That's not what ini files are meant for though, so you'd have to pick up how to use the file functions.
Edit: If you really want what you're looking for with files, you have to keep specific files containing team info and look in those files. That's not what ini files are meant for though, so you'd have to pick up how to use the file functions.