12 lines
224 B
PHP
12 lines
224 B
PHP
<html>
|
|
<body>
|
|
Subject: <?php echo $_GET["subject"]; ?>
|
|
<br>
|
|
Details: <?php echo $_GET["details"]; ?>
|
|
<br>
|
|
Browser: <?php &ua = get_browser(user_agent, return_array);
|
|
echo $ua; ?>
|
|
|
|
</body>
|
|
</html>
|