Database implementation project
- MySQL
- PHP
- MySQL PDO extension
You can find the database dump in cont/facebook.sql
Edit database.php before starting the server.
Example:
private $host = "localhost";
private $database = "db_name";
private $username = "mysql_user";
private $password = "mysql_password";
unlock hidden functionalities
- add this line in line 141 in home.php to implement crud on user
- replace it instead, only if you want to unlock them :)
- you can do so just by changing performJoinQuery() function in php/script.php look at the switch case and enjoy, just change the query and the platform would automatically ajust it self...
for more intresting challenges took at https://github.com/menoc61
- you can also get a copy by folking or cloneing the project