| 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.org/ |
Upload File : |
<?
header("Location: /vx/usa/contact/");
exit;
include_once("{$_SERVER["DOCUMENT_ROOT"]}/header.php");
$_SITE_ADDR = 'USA Funding Applications<br />
29L Atlantic Ave #112<br />
Ocean View, Delaware 19970';
$_SITE_PHONE = '1-888-364-1167';
?>
</head>
<body>
<div id="size">
<div id="logo"></div>
<div id="text">
<div id="text_">
<div style="margin-left: 32px;margin-right:32px;">
<table cellpadding="6" cellspacing="0" border="0" class="contact_date">
<tr>
<td colspan="2">
<p style="font:22pt/100% Arial;color:#000061">Contact Page</p>
<p>To contact us regarding questions about USA Funding Applications, please use the toll-free phone number and email contact form below.</p>
</td>
</tr>
<tr>
<td valign="top" width="40%" style="border-top:1px dotted #333333;border-bottom:1px dotted #333333">
<p class="contact_text">Call Our Toll Free Number</p>
<div style="background-color:#66CCFF; width:100%; height:90px; border:1px solid #aaaaaa; text-align:center"><p style="font:bold 16pt/100% verdana; color:#ffffff; margin:35px auto"><?= $_SITE_PHONE; ?></p></div>
</td>
<td valign="top" width="60%" style="border-top:1px dotted #333333;border-bottom:1px dotted #333333; padding-bottom:20px">
<p class="contact_text" style="">Our Representatives Are Available</p>
<table cellspacing="0" cellpadding="6px" style="width:100%; height:92px; border:1px solid #aaaaaa">
<tr>
<td style="background-color:#a6e473; border-bottom:1px solid #aaaaaa" align="center">M</td>
<td style="background-color:#a6e473; border-bottom:1px solid #aaaaaa" align="center">T</td>
<td style="background-color:#a6e473; border-bottom:1px solid #aaaaaa" align="center">W</td>
<td style="background-color:#a6e473; border-bottom:1px solid #aaaaaa" align="center">T</td>
<td style="background-color:#dbca73; border-bottom:1px solid #aaaaaa; border-left:1px solid #aaaaaa; border-right:1px solid #aaaaaa" align="center">F</td>
<td style="background-color:#a6e473; border-bottom:1px solid #aaaaaa; border-right:1px solid #aaaaaa" align="center">S</td>
<td style="background-color:#dddddd; border-bottom:1px solid #aaaaaa" align="center">S</td>
</tr>
<tr>
<td style="background-color:#a6e473; border-bottom:1px solid #aaaaaa" colspan="4" align="center">24 Hours</td>
<td style="background-color:#dbca73; border-bottom:1px solid #aaaaaa; border-left:1px solid #aaaaaa; border-right:1px solid #aaaaaa" nowrap="nowrap" align="center">24 Hours</td>
<td style="background-color:#a6e473; border-bottom:1px solid #aaaaaa; border-right:1px solid #aaaaaa" nowrap="nowrap" align="center">24 Hours</td>
<td style="background-color:#dddddd; border-bottom:1px solid #aaaaaa" colspan="2" align="center">24 Hours</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" style="border-bottom:1px dotted #333333; padding-bottom:20px">
<form method="post" action="sendemail.php">
<?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 ?>" />
<table cellpadding="12px" cellspacing="0" border="0" class="contact_bg">
<tr>
<td align="right">Your Name:</td>
<td><input type="text" name="visitor" style="width:380px" /></td>
</tr>
<tr>
<td align="right">Your Email:</td>
<td><input type="text" name="visitormail" style="width:380px" /></td>
</tr>
<tr>
<td align="right" valign="top">Mail Message:</td>
<td valign="top"><textarea name="notes" rows="5" style="width:380px"></textarea></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" value="Submit" style="margin:10px 0" /></td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td colspan="2" style="border-bottom:1px dotted #333333">
<p style="color:#000061;font-size:16pt;">Mailing Address:</p>
<p style="font:bold 12pt/160% verdana" align="center"><?=$_SITE_ADDR;?></p>
<p style="font-style: italic">NOTE: Any money or forms sent to this address will be returned. All orders must be accepted using our <a href="http://www.usafundingapplications.org/application.php">online form</a>.</p>
</td>
</tr>
</table>
</div>
</div>
<? include_once("footer.php"); ?>