Nooby question.

DcSelby

DcSelby is the boss.
Jul 19, 2012
377
123
Hi DevBest'ers,

I understand this is a rather nooby questions - but I need to know the answer to it, and where best to find it out!?

Basically - I was wondering how do you reset respects on a hotel, without having to flick through every single name?

Such a nooby question, but I urgently need to know, haha.

DcSelby
 

Solar

Member
Jan 24, 2012
135
10
You could make a page in the admin panel and have the option to reset respect.
You will need to write this in PHP. The line would something like this..

MYSQL database information
UPDATE users SET respect = 0

Edit: Becareful though, make sure you backup the users table. UPDATE can sometimes get messy if you do not use it properly.
 

Users who are viewing this thread

Top