2015-01-02, 06:48 AM
Hello! In my database I have a table that'd I like to access called mybb_statinfo within it I have a column called likes. The column stores UIDs like this: 345,497,2645. Each number of course is a UID.
I'm wondering if there's a way to grab those UIDs and print it out in a location. What would be the best way to achieve this?
Sorry! I'm terrible at this. But, it's a feature we wish to add to our forum in the future.
So basically the output would eventually end up being:
I'm wondering if there's a way to grab those UIDs and print it out in a location. What would be the best way to achieve this?
Sorry! I'm terrible at this. But, it's a feature we wish to add to our forum in the future.
So basically the output would eventually end up being:
<a href="http://rpg-directory.com/user-345.html">John</a>, <a href="http://rpg-directory.com/user-497.html">Ronald</a>, & <a href="http://rpg-directory.com/user-2645.html">Suzy</a> like this.