tprice88 Posted September 5, 2012 Posted September 5, 2012 If im making a Log with its own table in MYSQL should i put separate structures for USERNAME,USERID, AND NAMECOLOR or just store USERNAME then on my page i can search users where username=username then grab the userid and namecolor from there. Quote
newttster Posted September 6, 2012 Posted September 6, 2012 If you mean by that a table ... then I would create a table with all the pertinent data specific to the user. I would also index on userid instead of username. Quote
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.