View Single Post
Old 07-30-2008, 11:40 AM   #3 (permalink)
Aaron
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default

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.
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote