How would I make a function (MyBB) to create a table in the database, save different data per user, and then extract that data when I need to?
Hold on let me explain this better
How would I create a table in the mybb database, that would save $var1 in it but it would be different for every user
$var1 would be different for every user but default until my script changes it, it would be "blah"
and when my script changes it $var1 would change from being "blah" to "bleh" but it would only be that for that user unless someone else choice "bleh"
i need to store data in a seperate table in the mybb database
the data will be different for every user but on default til it is changed will be "blah" and how would I get my script to change that data for that user?