Jump to content

[SOLVED] ARGHH!! mysql query help


zampu

Recommended Posts

when i use

$query=mysql_query("SELECT link FROM users WHERE clicked='no' ORDER BY points ASC LIMIT 0, 10");

it pulls all of them (not just the ones who have the value clicked='no')

when i use

$query=mysql_query("SELECT link FROM users WHERE clicked='no'");

it DOES only pull the ones where clicked='no' but i need the rest of the query.  Any help?

 

Link to comment
https://forums.phpfreaks.com/topic/55032-solved-arghh-mysql-query-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.