13 lines
604 B
PHP
Executable File
13 lines
604 B
PHP
Executable File
<?php
|
|
|
|
if (isset($_POST['theIDLg'])) {$theIDLg=$_POST['theIDLg'];}
|
|
if (isset($_POST['theActivLg'])) {$theActivLg=$_POST['theActivLg'];}
|
|
if (isset($_POST['theLibLg'])) {$theLibLg=$_POST['theLibLg'];}
|
|
if (isset($_POST['theAlt'])) {$theAlt=$_POST['theAlt'];}
|
|
if (isset($_POST['theTitle'])) {$theTitle=$_POST['theTitle'];}
|
|
if (isset($_POST['theLien'])) {$theLien=$_POST['theLien'];}
|
|
if (isset($_POST['theCode'])) {$theCode=$_POST['theCode'];}
|
|
if (isset($_POST['theDesc'])) {$theDesc=$_POST['theDesc'];}
|
|
|
|
if (isset($_POST['creerFicLangue'])) {$creerFicLangue=$_POST['creerFicLangue'];}
|
|
?>
|