Quote:
Originally Posted by Marco van Herwaarden
You should never be messing with the id's that are automatically generated. This is a sure way to mess things up beyond repair.
|
this is EXACTLY why I'm not messing with them, and just want to DISPLAY the number as something lower... I DO NOT WANT TO CHANGE MY DB, JUST THE WAY THE userid IS DISPLAYED!!!!
Quote:
Originally Posted by Marco van Herwaarden
Y
- Substract a fix number from the userid and display this as some kind of membernumber.
|
That's exactly what I want to do, and I'm asking for help with implementing. I have it displaying the userid right now. I need to implement and if statement on that display that says if the userid is <175, then display, else display userid-338... I don't want to actually subtract 338 from the userid, just display it as if it was 338 lower than it is...
Make sense?