X7ROOT File Manager
Current Path:
/home/greejped/kohinoormukherjee.com/demo
home
/
greejped
/
kohinoormukherjee.com
/
demo
/
ðŸ“
..
📄
about.html
(6.84 KB)
📄
contact.html
(6.25 KB)
ðŸ“
css
ðŸ“
fonts
📄
gallery.html
(17.31 KB)
ðŸ“
icon-fonts
ðŸ“
images
📄
index.html
(4.66 KB)
ðŸ“
js
📄
mail.php
(672 B)
📄
media.html
(9.85 KB)
Editing: mail.php
<?php $con_name = $_POST['con_name']; $con_email = $_POST['con_email']; $con_message = $_POST['con_message']; $to = 'souranka.stickypins.inc@gmail.com'; $subject = 'Vcard User Query'; $message = '<strong>Name : </strong>'.$con_name.'<br/><br/>'; $message = '<strong>Email : </strong>' .$con_email.'<br/><br/>'; $message = '<strong>Message : </strong>' .$con_message.'<br/>'; $headers = 'From: '.$con_name.' '.$con_email . "\r\n" ; $headers .='Reply-To: '. $to . "\r\n" ; $headers .='X-Mailer: PHP/' . phpversion(); $headers .= "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; mail($to,$subject,$message,$headers); echo 1;
Upload File
Create Folder