parent
a670a4a6e1
commit
1e3f3a7ce0
@ -0,0 +1 @@
|
||||
Résultat : 1/5
|
@ -0,0 +1,18 @@
|
||||
La réponse à la question 1 est JUSTE !
|
||||
La réponse à la question 2 est FAUSSE !
|
||||
<br />
|
||||
<b>Warning</b>: oci_fetch_array(): ORA-24374: define not done before fetch or execute and fetch in <b>C:\xampp\htdocs\BddCorrect\Correcteur.php</b> on line <b>62</b><br />
|
||||
<br />
|
||||
<b>Warning</b>: oci_fetch_array(): ORA-24374: define not done before fetch or execute and fetch in <b>C:\xampp\htdocs\BddCorrect\Correcteur.php</b> on line <b>119</b><br />
|
||||
La réponse à la question 3 est FAUSSE !
|
||||
<br />
|
||||
<b>Warning</b>: oci_execute(): ORA-00900: invalid SQL statement in <b>C:\xampp\htdocs\BddCorrect\Correcteur.php</b> on line <b>35</b><br />
|
||||
<br />
|
||||
<b>Warning</b>: oci_fetch_array(): ORA-24374: define not done before fetch or execute and fetch in <b>C:\xampp\htdocs\BddCorrect\Correcteur.php</b> on line <b>62</b><br />
|
||||
La réponse à la question 4 est FAUSSE !
|
||||
<br />
|
||||
<b>Warning</b>: oci_execute(): ORA-00900: invalid SQL statement in <b>C:\xampp\htdocs\BddCorrect\Correcteur.php</b> on line <b>35</b><br />
|
||||
qdsdqdsqdqsreponse : 7question : 23<br />
|
||||
<b>Warning</b>: oci_execute(): ORA-00900: invalid SQL statement in <b>C:\xampp\htdocs\BddCorrect\Correcteur.php</b> on line <b>244</b><br />
|
||||
La réponse à la question 5 est FAUSSE !
|
||||
Résultat : 1/5
|
Binary file not shown.
@ -0,0 +1,14 @@
|
||||
|
||||
|
||||
<form method="post" class="frmnmbre" >
|
||||
|
||||
<input type="text" name="nmbre" id="nmbre" /><br/>
|
||||
<p><input type="submit" ></p>
|
||||
</form>
|
||||
<?php
|
||||
|
||||
if(array_key_exists('nmbre',$_POST)){
|
||||
$test =2;
|
||||
$_SESSION['nbQuestions']=$_POST['nmbre'];
|
||||
require ($rep.$vues['vuePrincipale']);
|
||||
}
|
Loading…
Reference in new issue