View Single Post
  #29  
Old 06-03-2004, 11:09 AM
 
junaid junaid is offline
 

Advanced Member
  
Join Date: Dec 2003
Posts: 96
 

Default

i guess deniz hasnt been geneorus enough, sorry if i m wrong.
there is clearly a table missing here is a query that i found in my a file.
Quote:
"SELECT * FROM customercaremodule_stats WHERE subject = 'shipping'";
$shipping = mysql_query($query_shipping, $customer_care) or die(mysql_error());
$row_shipping = mysql_fetch_assoc($shipping);
$totalRows_shipping = mysql_num_rows($shipping);
//kucuk istatistiklerin aritmetik ortalamasini buraya aliyorum...DenizNisan2004
$result = mysql_query("select avg(vote) from customercaremodule_stats WHERE subject = 'bookglobal'");
$sonuc = mysql_fetch_row($result);

and that is the fifth table which is clearly missing.
kindly do let me know if i m wrong.
__________________
xcart 4.18 on linux
Reply With Quote