12 lines
522 B
PHP
Executable File
12 lines
522 B
PHP
Executable File
<?php
|
|
if (!empty($_GET['idMl'])) {$idMl=$_GET['idMl'];}
|
|
else
|
|
{if (isset($_POST['idMl'])) {$idMl=$_POST['idMl'];}}
|
|
|
|
if (isset($_POST['theIdZone'])) {$theIdZone=$_POST['theIdZone'];}
|
|
if (isset($_POST['theTarif'])) {$theTarif=$_POST['theTarif'];}
|
|
if (isset($_POST['theName'])) {$theName=$_POST['theName'];}
|
|
if (isset($_POST['theLib'])) {$theLib=$_POST['theLib'];}
|
|
if (isset($_POST['theIdentifiant'])) {$theIdentifiant=$_POST['theIdentifiant'];}
|
|
if (isset($_POST['thePwd'])) {$thePwd=$_POST['thePwd'];}
|
|
?>
|