phporcaffeine Posted April 29, 2008 Share Posted April 29, 2008 QUERY: mysql_query(SELECT ad_meta.*, tracking.views, tracking.clicks FROM ad_meta, tracking WHERE tracking.better_id = ad_meta.better_id AND ad_meta.better_id='" . $temp[0] . "' LIMIT 200"); Now the query does select by the criteria I want it to but it seems to ignore the LIMIT clause and returns many more rows than the 200 threshold I want. Please tell me what I am doing wrong? -TIA Quote Link to comment Share on other sites More sharing options...
fenway Posted April 29, 2008 Share Posted April 29, 2008 That seems impossible... echo this string. Quote Link to comment Share on other sites More sharing options...
phporcaffeine Posted April 29, 2008 Author Share Posted April 29, 2008 The query does in-fact work, it just returns all rows instead of respecting the limit clause. My only other solution I guess is a staged query Quote Link to comment Share on other sites More sharing options...
fenway Posted April 29, 2008 Share Posted April 29, 2008 The query does in-fact work, it just returns all rows instead of respecting the limit clause. My only other solution I guess is a staged query I never said it didn't work. But your quoting is all funny, so pls show us the actual sql query issued to the server. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.