Our Announcements The latest official news from Electric Vehicle Forums. Reply only.

Mileage Database Notice

Thread Tools
 
Search this Thread
 
  #1  
Old 11-15-2004, 08:21 PM
Jason's Avatar
Site Founder
Thread Starter
Join Date: Dec 2003
Posts: 4,623
Default

Suddenly it struck me that there are actually more than 2,478,935 miles worth of data in the Real Hybrid Mileage Database (as of 11/15/04 @ 11PM EST). Currently, this number is obtained by adding the total distance variable for each car and totaling. However, when I added this statistic, I apparently forgot there are also tanks in the database that aren't contributing to a vehicle's total because of both an odometer override and additional tanks. For this reason, there very well may be a few hundred thousand more miles in the database than I thought. I'll try and update the code to reflect this ASAP.
 
  #2  
Old 11-15-2004, 08:37 PM
Jason's Avatar
Site Founder
Thread Starter
Join Date: Dec 2003
Posts: 4,623
Default

Odd. I made a change that should have fixed the code, but it actually came up with LESS miles! Hmmm. Who knows PHP?

OLD
Code:
$getmiles = mysql_query("SELECT SUM(sumdistance) AS total FROM car");
$miles = mysql_fetch_array($getmiles);
NEW
Code:
$getmiles = mysql_query("SELECT SUM(sumdistance) AS total FROM car WHERE lmpgoverride != 0");
$carmiles = mysql_fetch_array($getmiles);
$getmoremiles = mysql_query("SELECT SUM(distance) AS total FROM data");
$datamiles = mysql_fetch_array($getmoremiles);
$miles = $carmiles['total'] + $datamiles['total'];
 
  #3  
Old 11-16-2004, 01:01 PM
Jason's Avatar
Site Founder
Thread Starter
Join Date: Dec 2003
Posts: 4,623
Default

Fixed! Now at 2,718,747 miles
 
Related Topics
Thread
Topic Starter
Forum
Replies
Last Post
2008 Honda CIvic Hybrid
HCH II-Specific Discussions
8
03-05-2008 03:13 PM
Delta Flyer
Honda Insight
0
12-19-2005 08:06 AM
jmg14213
Honda Civic Hybrid
12
12-08-2005 01:19 PM
bookwitch
Toyota Prius
8
10-20-2005 09:30 AM
Delta Flyer
Toyota Prius
5
07-05-2005 04:37 PM



Quick Reply: Mileage Database Notice


Contact Us -

  • Manage Preferences
  • Archive - Advertising - Cookie Policy - Privacy Statement - Terms of Service - Your Privacy Choices -

    When you click on links to various merchants on this site and make a purchase, this can result in this site earning a commission. Affiliate programs and affiliations include, but are not limited to, the eBay Partner Network.

    © 2024 MH Sub I, LLC dba Internet Brands


    All times are GMT -7. The time now is 12:34 AM.