Project Description:
Need PHP+AJAX interface to add/edit data in a MySQL database.
Features:
1: Create new page
2: View pages
3: Edit existing page
When creating/editing page, need fields to enter this data:
Title
Image (upload)
Quick Tips (text field with WYSIWYG)
Category
Tags (comma separated)
Then, can add unlimited number of links to the page:
Enter url
AJAX fills in title/description from meta tags.
Script takes website screenshot and saves it as thumbnail image. If url is a youtube video, fetches video info/screenshot. If Amazon product page, fetches product image to use as thumbnail.
Drag and drop interface to re-order sites added to the list.
Data is saved to MySQL database. No front-end needed for website - just this admin panel.