A simple project for educational purposes , A social website that supports posting in home page and user accounts :)
#Installation You need to install apache server and php and mysql: if you are on windows you can download easyphp or wamp. if you are on linux you can install lamp if you are on mac you can install mamp You need to create a data base and use it in all source codes (Replace define arguments in config.php file with your database infos) -The tables of thedatabase gets created automatically.(You only need to create the database). Warning : This project is meant for learning purposes , and its code is vurnerable (sql injection...)