7 lines
334 B
PHP
Executable File
7 lines
334 B
PHP
Executable File
<?php
|
|
if (isset($_POST['activLiv2'])) {$activLiv2=$_POST['activLiv2'];}
|
|
if (isset($_POST['theIdLiv'])) {$theIdLiv=$_POST['theIdLiv'];}
|
|
if (isset($_POST['libLiv2'])) {$libLiv2=$_POST['libLiv2'];}
|
|
if (isset($_POST['idTva2'])) {$idTva2=$_POST['idTva2'];}
|
|
if (isset($_POST['theFichier'])) {$theFichier=$_POST['theFichier'];}
|
|
?>
|