query('.QUERYVARIABLENAME.')'); //PHP code which executes a database query. define("DBRESULTSTRING", ""); //This goes between the rs variable and the [][] specifying row & column. For example "->data" would become $rsSelectUser_byId->data[0]['user_name'] // Default output directory settings define('OUTPUTGOUPDIRS', 0); //Sets the default output directory to n directories above the current one (0 means same directory). Only positive integers here please! define('DEFAULTOUTPUTDIR', ''); //Allows you to override OUTPUTGOUPDIRS by specifying an absolute path as the default output directory. Leave blank to use OUTPUTGOUPDIRS. //// Change nothing below this line //// //// SYSTEM CONSTANTS define("DOCTITLE",'Circuit Maker v1.0'); define("PHPOPENTAG","<"."?php\n"); define("PHPCLOSETAG","\n?".">"); define('DIRSEP', '/'); //// INCLUDES require('classes/ControlCircuit.class.php'); require('classes/ModelCircuit.class.php'); require('classes/ViewCircuit.class.php'); require('functions.inc.php'); ?>