I am making a site(project). its an education portal, which consists of various pages like Notes(containing list of available notes), Papers etc..
All these pages are simple html pages with table tag to display list of available contents. Now the problem is that
I want to use PHP pages for admin login, where the admin enters the Name and description of the new notes and it is automatically added to the HTML table tags. ( this is because i dont want the tables content to be loaded from a database each time a user wants to see the available projects)
Plzz help (No need to write and post code for this, just give me the basic idea how can it be done.. )






Bookmarks