/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to DuggaSys/quizSystem/course/index.php

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-30 12:50:06 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20130530125006-f2pn1oto36ydp30f
Added some licensing information that needs to be filled out.
Authors need to fill out/in file names and who is the owner
of them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
        // name VARCHAR(200),
5
5
        // description TEXT,
6
6
        // courseData TEXT,
7
 
        
 
7
include '../../php/dbconnect.php';      
8
8
//Add course
9
9
if(isset($_POST['addCourse'])){
10
10
        $insertString = "INSERT INTO Course(name, description, courseData) VALUES(:CNAME,:DESC,:CDATA);";