This repository has been archived on 2020-08-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
nemubot-askweb/validation.php
2012-05-22 16:05:46 +02:00

28 lines
574 B
PHP

<!DOCTYPE html>
<html>
<head>
<meta charset="utf8" />
</head>
<body>
<h1>Validation de la question</h1>
Vous pouvez valider la question. Cliquez simplement sur le
lien ci dessous.<br/>
<input type="button" value="Valider la question"
onclick="validate()"/>
<?php
include("Question.class.php");
include("QuestionsFile.class.php");
$id = $_GET['id'];
$file = new QuestionsFile('questions.xml');
$questions = $file->get_question($id);
$question->print_test();
?>
</body>
</html>