10 lines
614 B
PHP
Executable File
10 lines
614 B
PHP
Executable File
<?php
|
|
if (isset($_POST['theIdContact2'])) {$theIdContact2=$_POST['theIdContact2'];}
|
|
if (isset($_POST['theDescContact2'])) {$theDescContact2=$_POST['theDescContact2'];}
|
|
if (isset($_POST['theLibContact2'])) {$theLibContact2=$_POST['theLibContact2'];}
|
|
if (isset($_POST['thePopContact2'])) {$thePopContact2=$_POST['thePopContact2'];}
|
|
|
|
if (isset($_SESSION['typeOfCommercant'])) {$typeOfCommercant=$_SESSION['typeOfCommercant'];}
|
|
if (isset($_GET['typeOfCommercant'])) {$typeOfCommercant=$_GET['typeOfCommercant'];}
|
|
if (isset($_POST['typeOfCommercant'])) {$typeOfCommercant=$_POST['typeOfCommercant'];}
|
|
?>
|