Welcome to Our School
Mohanamaya School is a premier educational institution dedicated to holistic development. With a legacy of academic excellence, we provide a nurturing environment where students discover their potential and cultivate a lifelong love for learning.
Our modern infrastructure, experienced faculty, and innovative teaching methodologies ensure that every child receives the best education. We believe in shaping responsible citizens who will contribute meaningfully to society.
Read More
Latest Notices
query($sql);
if ($result->num_rows > 0) {
while($row = $result->fetch_assoc()) {
echo '
';
echo '
';
}
} else {
echo '' . htmlspecialchars($row['title']) . '
'; echo '' . htmlspecialchars(substr($row['description'], 0, 120)) . '...
'; echo '' . date('d M Y', strtotime($row['created_at'])) . ''; echo 'No notices available. Check back soon!
'; } ?>