Reputation: 7211
See I have the following mysql code----
" SELECT * FROM members WHERE login_name='" . $_SESSION['SESS_LOGIN'] . "' "
But I want to include other login names too. For example this user's friends login name to show the posts of them also.
Upvotes: 0
Views: 439