Explore projects
PHPbeginnerweb
Multi-user Bookmark Manager
PHP web application for saving and organizing bookmarks with authentication, tags, Netscape format import/export.
5 steps
Project steps
- 01
Auth system
Registration + login with bcrypt passwords, secure session management.
- 02
Bookmark CRUD
Add URL + title + description + tags; title auto-populates via <title> tag fetch.
- 03
Tag system
Many-to-many bookmark-tags relationship with filtering and listing per tag.
- 04
Search
Full-text search in title, description, and URL with LIKE or MySQL FULLTEXT.
- 05
Import/Export
Import Netscape HTML file (standard browser format); export to the same format.
Recommended resources
Ready to build this?
Fork the repo on GitHub and start building. A mentor will review your code when you open a PR.
5 steps
Tech stack
PHPMySQLTailwind CSSPDO