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