$time = time();
$month = date(F,$time);
$day = date(d,$time);
$day_name = date(D,$time);
$year = date(Y,$time);
include ("db_connect.php");
$result = mysql_query("SELECT * FROM support",$db);
if ($myrow = mysql_fetch_array($result)) {
do {
$goal = ($myrow["goal"]);
$received = ($myrow["received"]);
} while ($myrow = mysql_fetch_array($result));
}
$percent = $received/$goal;
$percent_100 = $percent*100;
$bar_length = $percent*200;
$thank_you = '';
if ($bar_length > 199) { $thank_you = "Goal Reached! Thank You for your support."; }
?>
Support Omniomix
| |
| |
include ("omni_header.php"); ?>
| |
Support Omniomix
If you have found Omniomix to be a valuable resource, you may now support
its continued operation.
|
|
|
include ("omni_footer.html"); ?>
|