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:
Quantum
Disabled Account
*****

Away.

Posts: 1055
Reputation: -17
30 / Male / Flag
Joined: Feb 2007
O.P. Wink  Whats wrong with this php code?
code:
//Tags//

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

while ($row_tag = mysql_fetch_array($query_tags)) {
$tags[] = $row_tag;
}
$smarty->assign('tag', $tags);
//tags end

Thanks for your help :)
No longer here.
01-02-2008 06:34 PM
Profile PM 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