Webmaster Forum


Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
Share |
  #1 (permalink)  
Old 05-29-2004, 04:57 PM
ATLien's Avatar
Contributing Member
 
Join Date: 10-13-03
Location: Atlanta, GA
Posts: 1,135
iTrader: 0 / 0%
Top 10 script problems.

Hey everyone, i am trying to create a Top 10 script, and I am having problems. The way my tables are setup, is their is a table called ratings, that logs every rating of everything ont he site, then their is a feild that is item_id this relates to another table that has the item info in it. I am trying to take the average of ratings, find the top to for each item and match the item_id with the id int eh tutorials table, then out put the top 10. Here is what I have now:

[code:1:84317cc003] <?PHP
$querytut = "SELECT a.tutorial_id, a.tutorial_title, b.item_id, AVG(b.rating) as average FROM tutorials as a, ratings as b";
$querytut .= " WHERE a.tutorial_id='b.item_id' AND b.item_type='tutorial' GROUP BY a.tutorial_id ORDER BY average desc LIMIT 10";
$tutinfo = mysql_query($querytut) or die(mysql_error());
while($data=mysql_fetch_assoc($tutinfo)) {
$id = $data['tutorial_id'];
$rate = round($data['average'],2);
var_dump($data);
?>
<tr>
<td><a href="http://www.Graphics-Central.com/tutorials/index.php?id=<?PHP echo $data['tutorial_id']; ?>"><?PHP echo $data['tutorial_title']; ?></a> <?PHP echo $rate; ?></td>
</tr>
<?PHP
}
?>[/code:1:84317cc003]

I am not getting any errors, or results.
 
Reply With Quote
  #2 (permalink)  
Old 05-29-2004, 05:03 PM
kwvarga's Avatar
v7n Mentor
 
Join Date: 10-13-03
Location: Tuscaloosa, AL or Atlanta
Posts: 2,527
iTrader: 0 / 0%
ahhh.. try taking the ' ' off of b.item_id in the first where clause
 
Reply With Quote
Go Back   Webmaster Forum > Web Development > Coding Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Comment Script problems E_Igho Coding Forum 10 12-02-2006 12:46 AM
database problems or script problem? Julie Coding Forum 2 12-07-2005 06:57 AM
Problems with Login Script Izzmo Coding Forum 15 02-10-2004 02:57 PM


V7N Network
Get exposure! V7N I Love Photography V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 11:40 PM.
Powered by vBulletin
Copyright © 2000-2013 Jelsoft Enterprises Limited.
Copyright © 2003 - 2013 Escalate Media LP




Search Engine Optimization by vBSEO 3.6.0 RC 2 ©2011, Crawlability, Inc.