Hi guys...
I have something to ask you if you don't mind. A bit of explanation: I have a table with 'friend_id' field and 2 other fields which stores an added user id. This added user id I am trying to match with users id of the 'members' FOLDER into which user keep their jpg photos. It's pretty difficult to me and I came up with this way: I am being returned a row from friend_id and this id I try to match with directory of the members folder. But the problem is that when I use concatenation it returns all ids in one go without any split. Something like: 20293190139 whereas what I need to is: 202 then 931 then 19 etc. I really don't know what would be the best way of doing it ? I mean matching users pics to their ids from the table. Regards.
I have something to ask you if you don't mind. A bit of explanation: I have a table with 'friend_id' field and 2 other fields which stores an added user id. This added user id I am trying to match with users id of the 'members' FOLDER into which user keep their jpg photos. It's pretty difficult to me and I came up with this way: I am being returned a row from friend_id and this id I try to match with directory of the members folder. But the problem is that when I use concatenation it returns all ids in one go without any split. Something like: 20293190139 whereas what I need to is: 202 then 931 then 19 etc. I really don't know what would be the best way of doing it ? I mean matching users pics to their ids from the table. Regards.