What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Whats wrong with this php code?

Whats wrong with this php code?
Author: Message:
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: Whats wrong with this php code?
Why are you ordering your results by the number of rows?

The order by should just be id of you want to order it by that column. Don't try to order it by a number that will likely not exist as a column

$query_tags = mysql_query("SELECT id, name FROM pp_tags GROUP BY name ORDER BY id DESC LIMIT 0,50");

This post was edited on 01-02-2008 at 11:42 PM by Ezra.
[Image: 1-0.png]
             
01-02-2008 11:41 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Whats wrong with this php code? - by Quantum on 01-02-2008 at 06:34 PM
RE: Whats wrong with this php code? - by saralk on 01-02-2008 at 06:46 PM
RE: Whats wrong with this php code? - by Quantum on 01-02-2008 at 06:50 PM
RE: Whats wrong with this php code? - by MeEtc on 01-02-2008 at 08:09 PM
RE: Whats wrong with this php code? - by win_crook on 01-02-2008 at 08:21 PM
RE: Whats wrong with this php code? - by Quantum on 01-02-2008 at 09:11 PM
RE: Whats wrong with this php code? - by win_crook on 01-02-2008 at 09:52 PM
RE: Whats wrong with this php code? - by ShawnZ on 01-02-2008 at 10:40 PM
RE: Whats wrong with this php code? - by Quantum on 01-02-2008 at 11:36 PM
RE: RE: Whats wrong with this php code? - by andrewdodd13 on 01-03-2008 at 12:47 PM
RE: Whats wrong with this php code? - by Ezra on 01-02-2008 at 11:41 PM
RE: Whats wrong with this php code? - by -dt- on 01-03-2008 at 01:37 AM
RE: Whats wrong with this php code? - by Spunky on 01-03-2008 at 03:37 PM
RE: Whats wrong with this php code? - by ShawnZ on 01-03-2008 at 05:26 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On