Social Networking Site: Reusing of Codes using PHP Include
In this tutorial I'm going to show you how to reuse of codes using PHP includes, this including of files saves a lot of work. Since we are using a standard Header and Footer this is the best time to apply this concept. So that later on, if you need to update the header you can simply update the header include file not all the pages that has same header.
To start with tutorial, open first our project called “philsocial”.