dansgalaxy Posted October 10, 2010 Share Posted October 10, 2010 I have developed a server module, however its licensed, I need to store 1 string somewhere, was trying to store in a flat file, however this seems to be having some issues and ideally i'd like it in a DB so don't have to hassle users with making sure the cache file has the right permissions etc... Is there a nice place I can just store a string in the DB which won't require me creating a whole new table! :-/ Cheers! 0 Quote Link to comment Share on other sites More sharing options...
GGWH-James Posted October 11, 2010 Share Posted October 11, 2010 I could think of a possible way of doing it, but I don't know anything about how you've implemented your licensing checks though. I think that you'd be better to just create a custom table to store the licensing information. It's simple enough to do a check if the table exists, and if not, create it. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.