| 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/hans_sites/froyo2me.com/functions/ |
Upload File : |
<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/php/mysql.php');
?>
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=.68, minimum-scale=.68, maximum-scale=.68">
<link rel="stylesheet" href="/css/style.css" />
<style>
body,html,#content {
margin:0px !important;
padding:0px !important;
}
.order_summary {
margin:0px !important;
width:993px;
height:306px;
overflow: hidden;
border:none !important;
}
.order_summary .order_ounces {
padding-top:20px;
font-size:72px;
}
.order_summary_table {
width:100%;
margin-top:20px;
}
.order_summary .order_summary_flavor_title {
font-size: 36px;
}
.order_summary_table td {
font-size:32px;
}
</style>
</head>
<body>
<div id="content">
<div class="order_summary">
<div style="width:260px;display:inline-block;vertical-align:middle;font-size:24px;">
<img src="https://froyo2me.com/images/yl_sticker_logo.jpg" style="width:260px;" />
</div>
<div style="width:703px;display:inline-block;padding-left:5px;vertical-align:middle;">
<center>
<div class="order_ounces"><?= $_REQUEST['flavor'];?></div>
<div class="order_summary_flavor_title">Sell by: <?= date('m/d/Y',strtotime('+21 day'));?></div>
</center>
</div>
</div>
</div>
</body>
</html>