TrafficManagement: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 April 2022

  • curprev 09:4409:44, 5 April 2022Eric talk contribs 9,174 bytes +9,174 Created page with "Handleiding thumb =Installatie & Configuratie= ==Opzetten database== In de map staat een bestand 'db.sql'. Maak in MySQL een nieuwe database en importeer de gegevens uit db.sql. ==Config.inc.php== Vervolgens moeten we enkele instellingen maken in deze file, voorbeeld: <?php $dbhost = 'localhost'; $dbuser = 'trafficuser'; $dbpass = 'trafficpass'; $dbname = 'traffic'; //connectie maken $db = mysql_connect($dbhost, $dbuser..."