Need help changing numbers to text in php
Basically I have an account status table in the database but the status is 1, 2, 3, 4, 5 etc
I want to be able to change this status in php so that 1 = Admin, 2 = Banned and so on.
What would be the correct format for doing this? If it is possible.
|