Sindbad~EG File Manager

Current Path : /usr/home/beeson/public_html/helpwithmath/
Upload File :
Current File : /usr/home/beeson/public_html/helpwithmath/donate.php

<?php 
$WhichDisk = $_GET['WhichDisk'];
$SerialNumber = $_GET['SerialNumber'];
$ProductType = $_GET['ProductType'];

function makeOptions($n, $selected)
{ for($i=0;$i<=$n;$i++)
      { if($i==$selected)
	        echo("<option selected=\"selected\" value=$i> $i    </option>");
	    else
     	    echo("<option value=$i> $i  </option>");
	  }
}	 
function getSelected($productID, $Which, $Type)
{  if($productID ==  1 && $Which == 7 && $Type == "individual")
       return 1; 
   if($productID ==  2 && $Which == 3 && $Type == "individual")
       return 1; 
   if($productID ==  3 && $Which == 1 && $Type == "individual")
       return 1; 
   if($productID ==  4 && $Which == 7 && $Type == "lab")
       return 1; 	   
   if($productID ==  5 && $Which == 3 && $Type == "lab")
       return 1; 	   	   
   if($productID ==  6 && $Which == 1 && $Type == "lab")
       return 1; 	   
   return 0;
} 
  
function add_underscores($x)
// replaces spaces by underscores and return the result
{ return  preg_replace(" ", "_", $x);
}	   

?>   
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- DW6 -->
<?php include ('include/head.php'); ?>
<body onmousemove="closesubnav(event);"> 


<?php include ('include/body.php'); ?>
  <div class="style1" id="pageName"> 
 <h2> Donate to the maker of MathXpert
	     <img alt="MathXpert logo" src="TransparentMathXpertLogo.gif" height="50" width="118"/>
	</h2>

<p> You can donate by Paypal to  beesonpublic@gmail.com. </p>
<p> You could also send a check to: </p>
<p>  Help With Math <br>
    185 View Court<br>
    Aptos, CA 95003
</p>
<p> If neither of those options is convenient, send email to contacthelpwithmath "at" gmail.com. </p>
<p> You can also send email to that address to tell us why you felt like donating.</p>
<p> The author of MathXpert, Michael Beeson, is a retired professor of mathematics and computer science.</p>
 <p>   He spent seven man-years over a 12-year period writing MathXpert.</p> 
<p>  What is MathXpert worth to you? </p>
    
  
<?php include ('include/footer.php'); ?>
</body>
</html>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists