Cropped_StarLab_IconCropped_StarLab_IconCropped_StarLab_IconCropped_StarLab_Icon
  • Home
  • Register
  • Login
✕

Login

  • Home
  • Login

Register
Forgot your password?
2300 CENTRAL AVE., SARASOTA, FL 34234
STAR LAB SITES
  • StarLab
  • StarQuest
  • Donate
  • Join Our Team!
CONNECT

Call/text: 941.313.2423

© 2025 Betheme by Muffin group | All Rights Reserved | Powered by WordPress
    Call us
      ✕

      Lesson name

      Description:

      Put lesson description here

      Previous Lessons:

      • lesson 1
      • lesson 2
      Close popup
      ✕

      Badge Name

      <?php
      $mydb = new wpdb('starlabadmin','starAdmin2300','starlabs_database','mysql.duncan.suncoastscience.org');
      $sql = "SELECT * FROM `ScienceBadges` WHERE `BadgeNum` = 1;";
      $results = $mydb->get_results($sql);
      
      if ($results) {
      	foreach ($results as $row) {
      		$badgeNum = $row->BadgeNum;
              $badgeName = $row->BadgeName;
              $imageLink = $row->ImageLink;
      
      		echo "<img src=$imageLink>";
              echo "<p>BadgeNum: {$badgeNum}</p>";
              echo "<p>BadgeName: {$badgeName}</p>";
          }
      }
      
      

      Description

      Description text

      Previous Badges

      Previous badges list
      Close popup
      ✕

      Description

      Student knows how to collect and analyze basic weather data.

      Previous Badges

      • The Sun is a Star
      • Predicting Severe Weather
      • Weather Data Reveals Patterns
      • Cleveland Abbe
      • Weather
      Close