Skip to content

adavidoaiei/PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

Contact Form with SQLite - CRUD Operations

A simple contact form application built with PHP and SQLite that demonstrates CRUD (Create, Read, Update, Delete) operations. The application uses Bootstrap for styling and includes client-side JavaScript for a better user experience.

Features

  • Create new contact entries
  • View all submitted entries
  • Update existing entries
  • Delete entries
  • Responsive design using Bootstrap 5
  • SQLite database storage
  • Input validation and sanitization

Requirements

  • PHP with SQLite3 extension
  • Web server (Apache/Nginx)
  • Modern web browser

Installation

  1. Clone this repository to your web server's directory
  2. Ensure the directory has write permissions for the SQLite database
  3. Access the application through your web browser

Security

  • SQL injection prevention using prepared statements
  • XSS protection with HTML escaping
  • CSRF protection for form submissions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages