( ! ) 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/sharepoint/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0024232464{main}( ).../index.php:0
20.0072233824include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/sharepoint/incs/config.php' ).../index.php:4
30.0113257088include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/sharepoint/incs/addcode.php' ).../config.php:72
40.0113258744db_connect_all( ).../addcode.php:14
50.0119260224mysql_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/sharepoint/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0024232464{main}( ).../index.php:0
20.0191282944include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/sharepoint/sql/get_top5.php' ).../index.php:13
30.0191283080db_connect_all( ).../get_top5.php:8
40.0191283976mysql_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/sharepoint/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0024232464{main}( ).../index.php:0
20.0231287800include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/sharepoint/sql/get_properties.php' ).../index.php:39
30.0231287800db_connect_all( ).../get_properties.php:4
40.0231288720mysql_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/sharepoint/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0024232464{main}( ).../index.php:0
20.0240288008include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/sharepoint/sql/get_movies.php' ).../index.php:58
30.0240288144db_connect_all( ).../get_movies.php:6
40.0240289040mysql_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/sharepoint/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0024232464{main}( ).../index.php:0
20.0257298176include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/sharepoint/sql/play_movie.php' ).../index.php:69
30.0257298176db_connect_all( ).../play_movie.php:6
40.0257299072mysql_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/sharepoint/funcs/functions.db.php on line 13
Call Stack
#TimeMemoryFunctionLocation
10.0024232464{main}( ).../index.php:0
20.0284303216include( '/var/www/vhosts/isaris.nl/httpdocs/ppm/sharepoint/sql/get_selectedmovies.php' ).../index.php:88
30.0284303168db_connect_all( ).../get_selectedmovies.php:7
40.0284304064mysql_connect ( ).../functions.db.php:13
SHAREPOINT
Contact
Browse

TOP MOVIES

----- TOP MOVIE -----
SharePoint 2013 Tutorial - Install SharePoint 2013 Single Server with Built-in Database
----- TOP MOVIE -----
What is SharePoint? | lynda.com overview
----- TOP MOVIE -----
SharePoint 2013 tutorial: Creating a new team site | lynda.com
2013
related movies

Planning a Successful Microsoft SharePoint Portal
latest movies

Excel 2013 PowerPivot Dashboards with Sharepoint 2013 BI Tutorial
SharePoint 2013 Tutorial - Install SharePoint 2013 Single Server with Built-in Database
What is SharePoint? | lynda.com overview
SharePoint 2013 tutorial: Creating a new team site | lynda.com
Planning a Successful Microsoft SharePoint Portal
SharePoint 2013 Preview Unboxing Part 1
SharePoint 2013 Search UI Introduction
Exploring a SharePoint 2013 Team Site (Technical Preview)
Install SharePoint 2013 - Part 6 SharePoint
Tutorial 1 :- What is sharepoint 2010 , sharepoint foundation 2010 and sharepoint server 2010 ?
Webinar - Tour SharePoint 2013 user interfaces
SharePoint 2013 Workflow Installation and Configuration
Migrate SharePoint blog site from 2010 to 2013
SharePoint 2010 Forms and Workflows
How to create a 3 step workflow in SharePoint Designer
SharePoint 2013 Preview Webcast
Install SharePoint 2013 - Part 3 Service Accounts
Install SharePoint 2013 - Part 2 Active Directory

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