STUDY MATERIALS
PRACTICAL PROGRAMS
PROJECTS & ASSIGNMENTS
Anonymous Message Sharing Platform
Develop a web application using PHP and MySQL that allows users to share anonymous messages while incorporating the following features:
Message Sharing Interface:
Users can send anonymous messages without logging in.
Each message will be stored in the database along with the sender's IP address.
Login Interface:
A secure login system for users to view messages shared by others.
Sign-Up Form:
A simple registration form for new users to create an account and access the platform.
Message Viewing Panel:
Logged-in users can view messages shared by others in a structured format.
Messages should display the timestamp but maintain the anonymity of the sender.
Admin Panel (Optional):
For administrators to monitor messages and IP addresses to ensure ethical use.
Database Integration:
Store user details, shared messages, IP addresses, and timestamps securely in a MySQL database.
Security Features:
Protect sensitive data using encryption and secure database connections.
SYLLABUS