-
Notifications
You must be signed in to change notification settings - Fork 0
/
replay.php
53 lines (44 loc) · 1.55 KB
/
replay.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<html>
<head>
<?php
include "header.php";
$id=$_GET['id'];
$_SESSION['id2']=$id;
?>
<style>
</style>
</head>
<body style="overflow-x:hidden; background:url('images/2.jpg');">
<table class="ta"align="center">
<tr><form align="left" method="post" enctype="multipart/form-data" action="rpro.php">
</tr>
<tr>
<td align="left" valign="top">subject:</td>
<td><input type="text" class="subject" name="email_subject" id="email_subject" /></td>
</tr>
<tr>
<td align="left" valign="top">Message :</td>
<td><textarea cols="40" rows="10" name="email_message" id="email_message"></textarea></td>
</tr>
<tr>
<div class="bro"> <td align="left" ></td>
<td align="left"><input align="left" name="file" type="file" ></td>
<td align="left"><input align="left" name="btn-upload" type="submit" class="box" id="upload" value=" send mail "></form> </td>
</div>
</tr>
</table>
<footer style="margin-top:141px;">
</br>
<?php $uname=$_SESSION["usrid"];
$result=mysql_query("SELECT email FROM userdetail WHERE email like '$uname'")or die("not Work");
while($row=mysql_fetch_array($result))
{
echo $row['email'];
}
?>
  ||   <a href="logout.php"><h8>LOGOUT</h8></a></br>
</br></br>
<p color="blue">Copyright © 2015 www.mailbox.com</p>
</footer>
</body>
</html><?php include "close.php";?>