Social Networking Site

Social Networking Site version 2 in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This simple project is a Social Networking Site version 2. This is a web-based application project developed in PHP and MySQL Database. This project is a version of my developed Social Networking Site. The site provides an online platform to virtually interact with other users by sharing posts and photos. The project user interface was developed with Bootstrap Framework and AdminLTE

Simple Social Networking Site Like Instagram in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This simple project is a Social Networking Site. This is a web-based application project developed in PHP and MySQL Database. This is project is inspired by the famous Instagram Site/Application. The application consists of the most used or common features in a social networking site and of course since this project is inspired by Instagram, posting images is also included. This

12 PHP Mini-Project Source Codes for Beginners

Submitted by oretnom23 on
In this blog, I will share some of the PHP Mini-Projects I developed. The purpose of this article is to help students or self-learners to have an actual PHP Project to learn with. The project could be a good start within developing a big scope project, used for practicing enhancing the system to harness their programming capabilities/knowledge, and you might find some useful scripts. PHP

Simple Social Network (Twitter-like) using PHP with Source Code

Submitted by Oluseye Richar… on
This is a Simple Social Network PHP/MySQL Project. This project is a Twitter-like responsive Web app that can help other programmers to understand Especially those who are beginners hot to create a social network web application such as the famous Twitter App. This system allows users to register an account, post a tweet, and search other users. For those who are planning or student that has a

Facebook News Feed Like using PHP/MySQLi with Source Code

Submitted by oretnom23 on
Project: Facebook News Feed Like using PHP/MySQLi About The Facebook News Feed Like is a PHP/MySQLi project that shows how to create a social networking news feed like Facebook. This system focuses only on the news feed of Facebook or the commonly called Facebook posts. The system also has a registration for the user account like Facebook but only stores limited information for this project. The

Creating a Registration Page Part I

Submitted by GeePee on
In this tutorial, I will show you how create our Registration Page using Bootstrap framework. The Registration form together with the Login form will welcome you when you access the site. And it will require the new member to register on the site, so that they can login and to have access to the site. First, create a PHP file named “index.php”, save it inside “philsocial” folder. And this PHP file is composed of different parts.

Social Networking Site Project Setup

Submitted by GeePee on
In this tutorial, I will show you how to set up our project before we start developing a several web pages. First lets create a folder name “philsocial” inside our web server. Since we will be using a Twitter Bootstrap framework, and if you don’t have a copy of this, you can download it here. After downloading, you need to extract it and copy the following folder such as assets, css, fonts and js.

Social Networking Site: Facebook like “Discover People You May Know”

Submitted by GeePee on
In this tutorial, I’m going to show you how to create page Facebook like “Discover People You May Know”. This page will display a list of all people you may know or you want to know and this page also is a preparation for our next lesson on how to add friends.