MyBB Community Forums

Full Version: Custom rows in DB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi i need some help here...

Because an external script i am making i want to add more info in the users table. I don't know too much in MySQL but I want to add to the users info in the MySQL DB some new arguments to retrieve it from an external script.

I don't know if you understand me, I want to create a new setting that is stored with all the other user's settins and retrieve the setting value with a PHP script.
For this, you have to add a column in users table, and then insert values in it. Finally fetch the inserted values with an sql query.