Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は2つのmysqlテーブルmembers_tblとpost_tblを持っています
members_tbl:
id|ユーザー名 |fname |lname |friendArray
post_tbl:
投稿ID| memId | thePost |postDate
今、私はユーザーIDと彼のfriendArrayから投稿を表示しようとしています. やり方を教えてください(PHPはまだ初心者です)