Thanks. I'm a little surprised because this host is pretty major, but what can ya do.
And it should be really easy to rewrite my scripts because I haven't written them yet. I just happened to see this subquery thing and thought it would work really well for my particular problem so I thought I'd try it out.
Could you provide an example of how to do it without subqueries? Or an example of anything that could be done with subqueries?
In my particular case, I have a relationship table of ID's that is a friends list, where each ID in the friends list is a primary key in my userprofiles table. Partially because I'm having a mind block right now but mainly because I don't know any better, I can't see any way to get the first and last names of an ID from my profile DB without doing a new SELECT for each result from the SELECT where a certain ID is in the friend's table.
...hope that was clear
Thanks again
-Edit
So then I got thinking about my host some more. Is 3.23 really outdated? I mean, is it like using MS Word 95 to do data processing or a 4 year old DreamWeaver to do stuff on the web so that you can still do what you need to do, but if you are serious about this stuff, you should really update your software.
I'm kinda trying to get a grasp of whether or not I should push them to update or if 3.23 is really a pretty good stable version of MySQL that I should pretty much be happy with, even though it isn't the best.