6 lines
284 B
PHP
Executable File
6 lines
284 B
PHP
Executable File
<?php
|
|
// if (isset($_POST['modifLg'])) {$modifLg=$_POST['modifLg'];}
|
|
if (isset($_POST['sujet'])) {$sujet=$_POST['sujet'];}
|
|
if (isset($_POST['desabo'])) {$desabo=$_POST['desabo'];}
|
|
// if (isset($_POST['lgCourante'])) {$_SESSION['lgCouranteCode']= $_POST['lgCourante']; }
|
|
?>
|