phpAlumni is an web-based alumni management written in PHP/MySQL. It enables former students to stay in touch, post job offerings, search for people, spread news or organize reunions.
License
GNU General Public License version 2.0 (GPLv2)Follow phpAlumni
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
ATTENTION. Seems to be suspectible to SQL injections. E.g. members/password_changed.php line 76. They call trim(strip_tags(…)) but not mysql_real_escape_string. Do not use this project without reviewing all the code and making sure SQL injection is in fact not possible.