Student Housing for Rent in Springfield, Missouri



Our Student Rental Houses are...

• Clean & Secure
• Pet Friendly (with fee)
• Conveniently Located
• Responsibly Managed


➤ VIEW PROPERTIES ➤ FILL OUT AN APPLICATION

We understand proximity to school and work are important, that's why we focus only on properties near a major college campus.

MoState Properties offers student-friendly rentals near Missouri State University, Drury University, Evangel University & Ozarks Technical Community College in Springfield, Missouri

Check Out the Properties!

    connect_error) { die("Connection failed: " . $conn->connect_error); } $sql = "SELECT `id`, `status`, `address` FROM `properties` WHERE `display` = 'YES'"; $result = $conn->query($sql); if ($result->num_rows > 0) { // output data of each row while($row = $result->fetch_assoc()) { $address = preg_replace('/\s+/', '', $row["address"]); echo "
  • ".$row["address"]." - Available ".$row["status"]." - View Details | Apply Now!

  • "; } } else { echo " "; } $conn->close(); ?>