Welcome to Our Company Demo Site
";
break;
case "contactus":
echo "
Explore our projects, customer base, tutorials, and more!
"; break; case "login": echo "Login
"; break; case "projects": echo "Our Featured Projects
- Attendance System
- Equivalence Module
- PhDEcoSys Research
- HelpDesk Suite
See the dropdown menu for details about each project.
"; break; case "attendance": echo "Attendance System
Automate and track staff and student attendance efficiently.
"; break; case "equivalence": echo "Equivalence Module
Easy calculation of degree/course equivalence for academic records.
"; break; case "phdecosys": echo "PhDEcoSys Research
Ph.D. Eco System manages research and thesis lifecycle.
"; break; case "helpdesk": echo "HelpDesk Suite
Robust help desk ticketing and support platform for clients.
"; break; case "tutorials": echo "Tutorials
- Python Getting Started Guide
- Project Management with Equivalence
- Using Attendance System
- HelpDesk: FAQ & Training
Our Customers
- Alpha Solutions
- Beta Research Labs
- Gamma Group
Success Stories
Alpha Solutions: Improved productivity by 45% using Attendance.
Beta Research Labs: Streamlined research with PhDEcoSys.
Gamma Group: Resolved 300+ tickets with HelpDesk Suite.
Contact Us
"; break; default: echo "Welcome
Use the navigation to explore pages.
"; } ?>