Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. for ($row = 0; $row < count($strongCorr); $row++) {
  2. $string2="";
  3. //$string=$strongCorr[$row];
  4. echo "<tr><td>".$strongCorr[$row]. "</td>";
  5. echo "<td>".$strongCorr[$row+1]."</td>";
  6.  
  7. echo $string2 = str_replace(" ","",$strongCorr[$row]);
  8. echo $number=$strongCorr[$row+1];
  9. echo "<td><a href=../analytics/view_correlation_station.php?strongCorr=$string2&strongCorrValue=$number><button type=button name=correlation id=happy class='pN btn btn-secondary'>Correlation</button></a></td>";
  10. echo "</tr>";
  11. $row++;
  12.  
  13. }
  14.  
  15. http://127.0.0.1/THESIS/system/WEB-INF/analytics/view_correlation_station.php?strongCorr=CrimeVolumeXCrimeRate&strongCorrValue=0.88
  16.  
  17. $strongCorr= $_GET["strongCorr"];
  18. echo $strongCorr;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement