Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Small social network MySQL help
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="TreyChristopher" data-source="post: 171262" data-attributes="member: 18596"><p>Not exactly what I mean.. I'm trying to make a "news feed" type page for the homepage that will grab statuses from the status table ONLY if the person is friends with them.. but I want the users to be able to have hundreds of friends, so it wouldn't exactly work to say, "SELECT * FROM statuses WHERE user = '1', '2', '3', '4'...'100'" because it would most likely overload the table, wouldn't it?</p></blockquote><p></p>
[QUOTE="TreyChristopher, post: 171262, member: 18596"] Not exactly what I mean.. I'm trying to make a "news feed" type page for the homepage that will grab statuses from the status table ONLY if the person is friends with them.. but I want the users to be able to have hundreds of friends, so it wouldn't exactly work to say, "SELECT * FROM statuses WHERE user = '1', '2', '3', '4'...'100'" because it would most likely overload the table, wouldn't it? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Small social network MySQL help
Top