A code is given to protect the website from SQL injection and XSS attacks. The language used is PHP and MySQL.
Software Used and Installation:
1. Atom Text Editor – For writing HTML, CSS, and PHP code
Link - https://atom.io/
Installation – Follow the setup wizard.
2. XAMPP – To start a local server and use MySQL Database
Link - https://www.apachefriends.org/index.html
Steps – Follow the setup steps for installation, copy the website files to the htdocs folder,
launch xampp-control, start apache server and MySQL database, type in the URL :
localhost/folder_name/log_in.php to open the login page
The database can be accessed by localhost/PHPMyAdmin
3. Google Chrome Web Browser
Submitted by Hemkar Goswami (hemkarG10)
Download packets of source code on Coders Packet
Comments