Open sodhancha opened 8 years ago
Create a database table called:
pages
By doing this you do not have to create seperate pages called about.php , company.php You can simply fetch resources from the database by checking the $_GET['page_id'] from the browser
did you implement this ?
I haven't implemented it yet as I am stuck in another project. I'll be soon implementing it. Thank you for your concern. :)
Create a database table called:
pages
By doing this you do not have to create seperate pages called about.php , company.php You can simply fetch resources from the database by checking the $_GET['page_id'] from the browser