Falcon's CO2 Emissions Calculator is a web package that can be used in your web applications.
This CO2 Emissions Calculator was written in PHP and ASP.
Global warming is linked to the amount of carbon and other greenhouse gases being emitted into the atmosphere.
Using our calculator you will be able to calculate online CO2 emissions for more than 9200 cars.
If you need help to integrate this calculator into your website please click here and we will be glad to help you.
|
||
|
Just upload our PHP files into "calc-include" folder from your web site. After upload,
put follow lines where you need to calculate CO2 Emissions. <?php include("calc-include/calculator-functions.php"); $Emission=getEmission( $Model, $Distance, $DrivenCase); ?> |
||
|
||
|
Just upload our ASP files into "calc-include" folder from your web site. After upload,
put follow lines where you need to calculate CO2 Emissions. <!-- #include file="calc-include/calculator-functions.asp" --> <% Emission=getEmission( Model, Distance, DrivenCase) %> |