| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/usa_sites/usafundingapplications.ai/membersonly/ |
Upload File : |
<?php
session_start();
ob_start();
$_SITE_ADDR = '29L ATLANTIC AVE #112, OCEAN VIEW, DE 19970';
$_SITE_PHONE = '888-261-4837';
?>
<p align="center" class="header">
Contact Us
</p>
<p>You may call our toll free number or send an email to our customer support team using the contact form below.</p>
<p class="header">Toll Free Number:</p>
<h3 style="margin-left: 20px;"><?= $_SITE_PHONE; ?></h3>
<p class="header">Hours:</p>
<table cellspacing="5px" style="margin-left: 15px;">
<tr>
<td>Monday</td>
<td>24 Hours</td>
</tr>
<tr>
<td>Tuesday</td>
<td>24 Hours</td>
</tr>
<tr>
<td>Wednesday</td>
<td>24 Hours</td>
</tr>
<tr>
<td>Thursday</td>
<td>24 Hours</td>
</tr>
<tr>
<td>Friday</td>
<td>24 Hours</td>
</tr>
<tr>
<td>Saturday</td>
<td>24 Hours</td>
</tr>
<tr>
<td>Sunday</td>
<td>24 Hours</td>
</tr>
</table>
<p style="font-face:Verdana;">
<form method="post" action="sendemail.php" id="business">
<?php
$ipi = getenv("REMOTE_ADDR");
$httprefi = getenv ("HTTP_REFERER");
$httpagenti = getenv ("HTTP_USER_AGENT");
?>
<input type="hidden" name="ip" value="<?php echo $ipi ?>" />
<input type="hidden" name="httpref" value="<?php echo $httprefi ?>" />
<input type="hidden" name="httpagent" value="<?php echo $httpagenti ?>" />
Your Name: <br />
<input type="text" name="visitor" size="35" />
<br />
Your Email:<br />
<input type="text" name="visitormail" size="35" />
<br /><br />
Mail Message:
<br />
<textarea name="notes" rows="4" cols="40"></textarea>
<br />
<input type="submit" value="Send Mail" class="submit" />
</form>
</p>
<?
$pageHtml = ob_get_clean();
$title = '';
include 'layout.php';