07-30-2008, 11:40 AM
|
#3 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
|
PHP Code:
$query = "SELECT user.name, message.to".
"FROM user, message";
// I wonder if this would work... LIMIT count(*);
Try that. I really don't use joins that much. The more queries the better.
__________________
Signatures are nothing but incriminating.
|
|
|