GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/JimMartinson/_Archive/MMDT1145/_Archive/ |
Upload File : |
<? // Lesson01.php $TRACK = "<b>".basename(__FILE__).'</b> <span class="pv_fl">('.__FILE__.")</span>\n<ol>\n"; ini_set('include_path',ini_get('include_path').PATH_SEPARATOR.$_SERVER['DOCUMENT_ROOT']."/"); // Add the DOCUMENT_ROOT to the include_path. $thisFile=__FILE__; $thisLine=__LINE__; include('application.phpinc'); $thisFile=__FILE__; $thisLine=__LINE__; include('Course/courseInfo.phpinc'); $thisFile=__FILE__; $thisLine=__LINE__; include('classInfo.phpinc'); $title = "Lesson 1: Class Setup and Introduction to MySQL"; $headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title; $pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title; $pageMenu = 'Course/courseMenu.phpinc'; $smallTitle = true; $thisFile = __FILE__; $thisLine=__LINE__; include('common/pageHeader.phpinc'); $sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title; $thisFile = __FILE__; $thisLine=__LINE__; include('common/sectionHeader.phpinc'); $assignmentNumber = 01; $assignmentType = "Lesson"; $assignmentTitle = "Class Setup and Introduction to MySQL"; $evaluationType = "Lab"; $evaluationTitle = "Class Setup"; if (strlen($assignmentNumber) == 1) { $assignmentName = $assignmentType."0".$assignmentNumber; $evaluationName = $evaluationType."0".$assignmentNumber; } else { $assignmentName = $assignmentType.$assignmentNumber; $evaluationName = $evaluationType.$assignmentNumber; } if ($evaluationTitle != '') $evaluationTitle = ' - '.$evaluationTitle; ?> <p> <fieldset><legend>Description</legend> Setup your computer for the class.<br /> Begin an understanding of MySQL database software, databases, and the SQL language. </fieldset> <fieldset class="pio"><legend>Personalized Instruction</legend> <ol start="1" class="pio"> <li>Read the Introduction in <?=$textbook['Title1']?><?=$textbook['Edition1Edition']?>.</li> <li>Read Appendix A in <?=$textbook['Title1']?><?=$textbook['Edition1Edition']?>.</li> <li>Read the Introduction in <?=$textbook['Title2']?><?=$textbook['Edition2Edition']?>.</li> <li>Read Chapter 1 <i>Installing MySQL</i> in <?=$textbook['Title2']?><?=$textbook['Edition2Edition']?>.</li> <li>Complete <a href="<?=$evaluationName?>.php"><?=$evaluationType?> <?=$assignmentNumber?><?=$evaluationTitle?></a> for evaluation.</li> <li>Read Chapter 2 <i>Running MySQL</i> in <?=$textbook['Title2']?><?=$textbook['Edition2Edition']?>.</li> <li>Read Chapter 3 <i>Database Design</i> in <?=$textbook['Title2']?><?=$textbook['Edition2Edition']?>.</li> </ol> </fieldset> <fieldset class="pio"><legend>Objectives</legend> <ol class="obj pio" start="3"> <!-- Appendix A: Installation 3 --> <li>Install and Configure Apache.</li> <li>Install and Configure PHP.</li> <li>Install and Configure MySQL.</li> </ol> </fieldset> <fieldset><legend>Evaluations</legend> <? if ($evaluationType != '') { ?> Complete and submit <a href="<?=$evaluationName?>.php"><?=$evaluationType?> <?=$assignmentNumber?><?=$evaluationTitle?></a> for evaluation. <? } else { ?> There are no formal evaluations for this <?=$assignmentType?>. <? } ?> </fieldset> <fieldset><legend>Notes</legend> See the <a href="http://en.wikipedia.org/">Wikipedia</a> article on <a href="http://en.wikipedia.org/wiki/Quirks_mode">Quirks mode</a>. <br /> See some <a href="http://cst.ridgewater.edu/Tech/Docs/Firefox/">Firefox setup information</a>. </fieldset> <? $thisFile=__FILE__; $thisLine=__LINE__; include('ReferencesResources.phpinc'); $thisFile = __FILE__; $thisLine=__LINE__; include('common/sectionFooter.phpinc'); $thisFile = __FILE__; $thisLine=__LINE__; include('common/pageFooter.phpinc'); ?>