Dynamic Page Creation: PHP

In this PHP program we will not be generating pages, but creating the illusion of dynamic page creation! i.e., we will have a bunch of files inside a directory. We will fetch the contents of these files and display on a single file(index.php). Advantages: 1. Eliminating duplicate coding: Since, we will display the contents on … Continue reading Dynamic Page Creation: PHP