From: miles Date: Wed, 13 Mar 2013 01:09:44 +0000 (+0000) Subject: Term printing is now woring in viewOntology.php, nothing else has X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=9faa801fd3302e7c3ca03c3cd95afed61c8eb14e;p=old-jaiswallab-svn%2F.git Term printing is now woring in viewOntology.php, nothing else has currently been implimented here. Still to do: Gene printing, cell coloring svn path=/; revision=432 --- diff --git a/Personnel/miles/Web Page/heatMap.php b/Personnel/miles/Web Page/heatMap.php index e7a8019..c4e4154 100644 --- a/Personnel/miles/Web Page/heatMap.php +++ b/Personnel/miles/Web Page/heatMap.php @@ -87,31 +87,6 @@ for ($i = 0; $i < sizeof($heatMapData); $i ++) $finalHeatMapData[$i] = implode(",", $heatMapData[$i]); } -// extra goodies from the mysql database -$username="inparanoid-read-user"; -$password="inparanoid-read-user_pw"; -$database="inparanoid_data"; -$url="floret.cgrb.oregonstate.edu:3306"; - -$connection=mysql_connect($url,$username,$password); -$logic="gene like "; -for($i=0; $i