Please help with mysql/php question
I have added a column to the post table in vbulletin and need to store multiple userids (similar to the way membergroupids from the user table is). I have already added it to the post table and it's named praisers (varchar(250)).
How do I go about adding a userid to it (1 at a time) and then showing all user's in that field on the postbit?
|