View Single Post
Old August 18th, 2005, 09:06 AM   #20 (permalink)
snoopy5
Ultimate Member
Verified Customer
 
Join Date: Sep 2002
Posts: 1,172
Quote:
Originally Posted by omegatron
Next thing to do is look under your bidding table and see what that query I posted pulls as it should pull the same as our script is pulling

This query is pretty absolute as far as history goes as you can agree

$query = "SELECT id,user_id,username,bid,maxbid,bid_date FROM {$Globals['pp_db_prefix']}bids WHERE ad_id=$product ORDER BY bid DESC";
$rows = ppmysql_query($query,$link);
Just to e suer to do the right thing:

I go into phpmyadmin, select the database for my installtion, then select the table "bidding" and then click on "SQL" and insert in the upper big text field the mentioned code?
snoopy5 is offline   Reply With Quote