TLDR: I want to be able to dynamically #include <filename> The file will ONLY be a bunch of $var1= ,$var2 =, it is essentially a setttings file I am making a bot that will do something, then log into a different account, then do something, etc. I want the user to be able to create a new "account settings.ini" file for each account they have, for example one might log in and send 1 message, the other might log in and not send a message, depending on the settings. However I have alot of s