9 lines
159 B
PHP
9 lines
159 B
PHP
<?php
|
|
if ("Kontakte" == $_POST['Typ'])
|
|
{
|
|
include __DIR__ . "/ie_cont_exp.php";
|
|
}
|
|
elseif ("Artikel" == $_POST['Typ'])
|
|
{
|
|
include __DIR__ . "/ie_art_exp.php";
|
|
} |