Fender963
04-11-2007, 08:09 PM
Is there a way to return user information without having to query the database?
For example so I want the username of the user with userid 22. I could query the user database but doesn't a cache exist with this information?
- Kyle
Well I figured it out.
fetch_userinfo($id).
I hope this helps someone.
For example so I want the username of the user with userid 22. I could query the user database but doesn't a cache exist with this information?
- Kyle
Well I figured it out.
fetch_userinfo($id).
I hope this helps someone.