Crude Practice in Php, Created A social Login Page That Allows File Uploads.........
NOTICE:- Credits:- AUTHOR:- Emmanuel Israel (King Ojem) Resources:- Php.net;google;bing All Images Are Subjected To Copyrights Please Note.
Pattern Followed:- MVC Model - View - Controller
CONNECTIVITY:- MySqli using Local host root and no password
USER STRUCTURE:- Register User appears innstantly in the database folders for users in MODELS created On Log-in, To check when Logged in, users Status is updated Automatically,
TABLE STRUCTURE:- Registeration Page Front View; Uploads/Profile Picture Login status
Bugs:- No Auto Loader; Several Include Files;
PROPOSED FEATURES:-
// 1- User // (Properties OF Users) // - firstName //DONE // - lastName //DONE // - email //DONE // - phoneNumber //DONE // - username //DONE // - password //DONE // - profilePicture //DONE // - friendIds ==> [arrays_of_friends_ids] // - status ==> ['online'=>1,'offline'=>0] // - city_id // - user_group_id // - post_array ==> [{arrays_of_all_users_post}] //DONE 20% // - News Feed
// 2- Admin // 3- Bussiness