( ! ) 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/windsurfing/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0032232464{main}( ).../index.php:0
20.0065233824include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/windsurfing/incs/config.php' ).../index.php:4
30.0121258488include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/windsurfing/incs/addcode.php' ).../config.php:82
40.0121260128db_connect_all( ).../addcode.php:14
50.0125261640mysql_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/windsurfing/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0032232464{main}( ).../index.php:0
20.0221284192include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/windsurfing/sql/get_properties.php' ).../index.php:11
30.0222284192db_connect_all( ).../get_properties.php:4
40.0222285088mysql_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/windsurfing/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0032232464{main}( ).../index.php:0
20.0232286784include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/windsurfing/sql/get_top5.php' ).../index.php:20
30.0232286920db_connect_all( ).../get_top5.php:8
40.0232287816mysql_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/windsurfing/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0032232464{main}( ).../index.php:0
20.0249289440include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/windsurfing/sql/get_movies.php' ).../index.php:35
30.0249289576db_connect_all( ).../get_movies.php:6
40.0249290472mysql_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/windsurfing/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0032232464{main}( ).../index.php:0
20.0260298576include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/windsurfing/sql/play_movie.php' ).../index.php:46
30.0260298576db_connect_all( ).../play_movie.php:6
40.0260299472mysql_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/windsurfing/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0032232464{main}( ).../index.php:0
20.0271317960include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/windsurfing/sql/get_scrollmovies.php' ).../index.php:60
30.0271317960db_connect_all( ).../get_scrollmovies.php:6
40.0271318856mysql_connect ( ).../functions.db.php:13
WINDSURFING MOVIES
Contact
Browse

TOP MOVIES

----- TOP MOVIE -----
Lord Of The Wind- Windsurfing Freestyle 2011
----- TOP MOVIE -----
Sarah-Quita Offringa, Queen of freestyle windsurfing 2010
----- TOP MOVIE -----
how to jibe a windsurf :)
freestyle
related movies

windsurf rap
WINDSURF FREESTYLE BRAZIL JERIACOARA 2009 - YOYO
windsurf - wave rider
Sardinia Freestyle Grand Prix 2010 - Part One -
Sarah-Quita Offringa, Queen of freestyle windsurfing 2010
practice windsurfing ballancing and stability
more random movies

Extreme Windsurfing Go Pro HD
how to jibe a windsurf :)
Invitation to chase the 50 knots in Speed Sailing
Go Pro HD: Shark knocks me off surfboard into a swarm of maneaters!
Corporate windsurf session
windsurf rap
freestyle windsurf aruba 2009
Jose "Gollito" Estredo and Andre Paskowski ripping some fancy freestyle in Sardinia
WINDSURF FREESTYLE BRAZIL JERIACOARA 2009 - YOYO
Blazing 50 Knots
Lord Of The Wind- Windsurfing Freestyle 2011
windsurf - wave rider
Sardinia Freestyle Grand Prix 2010 - Part One -
practice windsurfing ballancing and stability
FUERTEVENTURA MUNDIAL WINDSURF 2010 : lo mejor del Slalom - Highlight Video Windsurf Slalom
Sarah-Quita Offringa, Queen of freestyle windsurfing 2010
2010 Fanatic Skate Freestyle Windsurf Board Product Video
Gran Canaria PWA Grand Slam 2009

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