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
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
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.