| There are no investment opportunities currently available. If you have a proposal please contact idosunrider@op.pl. |
Current Investment Pool include("db/dbinfo.inc.php"); mysql_connect($databasehost,$username,$password); @mysql_select_db($database) or die( "Unable to select database"); $query = "SELECT sum(value) as total FROM `invest` WHERE 1"; $result=mysql_query($query); mysql_close(); $num=mysql_numrows($result); if ($num>0) { $temp = mysql_result($result,0,"total"); $pool = round( $temp, 2); echo "$pool"; } ?>
|