|
Hey, I have created a function that pulls a key from the database, then explodes it.
Now that I can control the id's, what would you recommend I do now? My main problem now is where to store the modules. Should the code all be in one file, or have them in separate files? I kind of want to store all the modules into one file, but how would I call the module using the number id?
|