( ! ) Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/vhosts/isaris.nl/httpdocs/ppm/classiccars/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0006232544{main}( ).../index.php:0
20.0009233904include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/classiccars/incs/config.php' ).../index.php:4
30.0022257296include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/classiccars/incs/addcode.php' ).../config.php:72
40.0022258944db_connect_all( ).../addcode.php:14
50.0024260464mysql_connect ( ).../functions.db.php:13
TableStyle = $Style; } function HeaderStyle($Style) //function to set CSS styles for header row { $this->HeaderStyle = $Style; } function RowStyle($Style) //function to set CSS styles for rows { $this->RowStyle = $Style; } function AltRowStyle($Style) //function to set CSS styles for alternate rows { $this->AltRowStyle = $Style; } function FooterStyle($Style) //function to set CSS styles for footer row { $this->FooterStyle = $Style; } function PrintTable() //function to print table or error list { if(empty($this->Errors)){ switch($this->QryType){ case "select": //SELECT STATEMENTS $Result = mysql_query($this->StrQuery); $Table = "TableStyle}\">"; if(mysql_error()){ $Table.="HeaderStyle}\">"; $Table.="RowStyle}\">"; }else{ //Header Row with Field Names $NumFields = mysql_num_fields($Result); $Table.= "HeaderStyle}\">"; for ($i=0; $i < $NumFields; $i++){ $Table.= ""; } $Table.= ""; //Loop thru results $RowCt = 0; //Row Counter while($Row = mysql_fetch_assoc($Result)){ //Alternate colors for rows if(isset($this->AltRowStyle)){ if($RowCt++ % 2 == 0) $Style = $this->RowStyle; else $Style = $this->AltRowStyle; }else{ $Style = $this->RowStyle; } $Table.= ""; //Loop thru each field foreach($Row as $field => $value){ if(is_numeric($value)){ $cellstyle = "align=right"; }else{ $cellstyle = "align=left"; } $Table.= ""; } $Table.= ""; } $Table.= "FooterStyle}\">"; } $Table.="
MySQL Error Occurred:
MySQL Error: " . mysql_error() . "
" . mysql_field_name($Result, $i) . "
$value

Query returned " . mysql_num_rows($Result) . " records

"; break; default: //Everything Else mysql_query($this->StrQuery); $Table = "TableStyle}\">"; if(mysql_error()) { $Table.="HeaderStyle}\">"; $Table.="RowStyle}\">"; } else { $Table.="HeaderStyle}\">"; $Table.="RowStyle}\">"; $Table.="FooterStyle}\">"; } $Table.="
MySQL Error Occurred:
MySQL Error: " . mysql_error() . "
Successfully Executed Query!
Query String: {$this->StrQuery}
Query Affected " . mysql_affected_rows() . " Rows
"; break; } return $Table; }else{ $Table = "The Following Errors occurred initializing the table class:
"; $Table .= ""; return $Table; } } function SqlTable($Query) //Constructor function { $AppTypes = array("select", "delete", "insert", "update"); //Applicable Query Types $Query = trim($Query); //Trim excess spaces $Pos = strpos($Query, " "); //Find position of first space $Type = strtolower(substr($Query, 0, $Pos)); //Query type is the first word of the query if(in_array($Type, $AppTypes)) { //if the query type is in the array of applicable query types $this->StrQuery = $Query; $this->QryType = $Type; } else { //If not, produce error $this->Errors[] = "Query type ($Type) is not available"; } } } ?>
( ! ) Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/vhosts/isaris.nl/httpdocs/ppm/classiccars/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0006232544{main}( ).../index.php:0
20.0054283256include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/classiccars/sql/get_top5.php' ).../index.php:13
30.0054283392db_connect_all( ).../get_top5.php:8
40.0054284288mysql_connect ( ).../functions.db.php:13

( ! ) Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/vhosts/isaris.nl/httpdocs/ppm/classiccars/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0006232544{main}( ).../index.php:0
20.0073287840include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/classiccars/sql/get_properties.php' ).../index.php:39
30.0073287840db_connect_all( ).../get_properties.php:4
40.0073288760mysql_connect ( ).../functions.db.php:13

( ! ) Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/vhosts/isaris.nl/httpdocs/ppm/classiccars/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0006232544{main}( ).../index.php:0
20.0080288064include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/classiccars/sql/get_movies.php' ).../index.php:58
30.0080288200db_connect_all( ).../get_movies.php:6
40.0080289096mysql_connect ( ).../functions.db.php:13

( ! ) Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/vhosts/isaris.nl/httpdocs/ppm/classiccars/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0006232544{main}( ).../index.php:0
20.0148298208include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/classiccars/sql/play_movie.php' ).../index.php:69
30.0148298208db_connect_all( ).../play_movie.php:6
40.0148299104mysql_connect ( ).../functions.db.php:13

( ! ) Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/vhosts/isaris.nl/httpdocs/ppm/classiccars/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0006232544{main}( ).../index.php:0
20.0172319304include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/classiccars/sql/get_selectedmovies.php' ).../index.php:88
30.0172319256db_connect_all( ).../get_selectedmovies.php:7
40.0172320152mysql_connect ( ).../functions.db.php:13
CLASSIC CAR MOVIES
Contact
Browse
Home

TOP MOVIES

1968 Ferrari 330 GTC - Silverstone Classic. CarshowClassic.com
Chasing Classic Cars- Inclement Weather
Audi-Vorsprung Durch Technik
BMW History
selected movies
1949 Desoto Custom at Pride AutoPlaza
My Volvo Post-crash
Volkswagen commercial
Bugatti Veyron Super Sport VS. Koenigsegg Agera R 0-200 mph / 0-322 kph
1984 nissan commercial
Audi quattro concept
latest movies
2009 Audi A4 Allroad. Kuty na cztery buty. moto24tv
La evolución del AUTOMOVIL / The evolution of the automobile
Audi 2009 Super Bowl Commercial: 60 Second Spot
Audi Quattro Commercial
Audi A3 review - CarBuyer
Audi 2010 Green Car Super Bowl Commercial
Audi brand heritage
Audi Commercial - Vorsprung
Audi S8 Review - Kelley Blue Book
Most Beautiful Music in Car Commercial Award
Audi - Historia de Audi (Parte 1)
Audi Corporate Video.100 years audi.[commercial]2009
Audi 'Vorsprung Durch Technik' promotional video
Audi Brand Film
Audi Smokes BMW? 2010 Audi S4 vs. 2009 BMW 335i
Audi A4 TV Commercial - Car Carrier
Audi Brand Film: the brand in detail (High Quality)
Audi Product History

Copyright © 2012 - All Rights Reserved | Privacy Policy | FAQ | info@ppmvideos.com