Project Description:
Simple PHP links script
To add links to existing web pages.
Require a small php admin panel to add links (with description) to my pages on my websites.
1) In the admin panel;
list of websites with delete option
Add new website
Edit website
2) In edit website:
List of pages with delete option
Add new page
Edit select page
3) In edit page:
List of links/descriptions with delete option
Add new link/description
4) code:
The links on my webpages should be displayed by a php code that grabs the info for that page from a database. This php code should be the same for all pages.
5) Add links
At the bottom of each webpage that has links, a visitor can suggest a link that will be reviewed in the admin area. Their name, own web address and email address should be added to the db so the admin can see who the suggested link came from.
A rating system would also be useful. Where the admin can set their own rating for each link and also visitors to the links pages can rate each link as well (via a pop-up).