File "option1.php"
Full Path: /home/analogde/www/Massage/liste/option1.php
File size: 167 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
$name = $_GET['name'];
$element = $_GET['element'];
echo "Name: " . htmlspecialchars($name) . "<br>";
echo "Element: " . htmlspecialchars($element) . "<br>";
?>