Jump to content

One Result Per Series? Please HELP


Cloud9247

Recommended Posts

I u7sed that, but it still is repeating the same series twice, why? this is my query:

[code]
$sqll= "SELECT DISTINCT id, active, series FROM graphics WHERE active='1' ORDER BY `series` ASC";
$rss= mysql_query( $sqll, $connection );
while($row= mysql_fetch_array( $rss )) {
[/code]

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.