fquery("delete from course where id_course=".$_GET['del']);
header("Refresh:0; url=course.php");
}
?>
Course
Add new Course
Name of the course: = $row['name'] ?>
Name of the teacher: = $row['teacher'] ?>
E-Mail of the teacher: = $row['email_teacher'] ?>
This course beginns at: 22.03.20022
This course ends at: 30.09.2022
Description of the course: = $row['description'] ?>
Chapters of the course: = $row['chapters'] ?>
Materials: = $row['materials'] ?>
Extern Ressources: = $row['externressources'] ?>
Edit
Delete