Giter Club home page Giter Club logo

plain-php's Introduction

Plain PHP

Feedback Form

This is a simple project written in PHP that allows users to provide feedback about the PHP language. The feedback is stored in a MySQL database and can be viewed on a separate page called "History".

Preview

image

Prerequisites

To run this project, you must have the following installed on your machine:

  • PHP
  • XAMPP (Apache server + MySQL)

Installation

  1. Clone this repository into the htdocs directory of your XAMPP installation:
    git clone https://github.com/bratuchedot/plain-php.git
  2. Start the Apache and MySQL servers in XAMPP.
  3. Create a new MySQL database called php_plain. Then create new table feedback with 5 columns (id, name, email, body, date). Create new local user (check /config/database.php file for credentials) and grant all privileges.
  4. Open your web browser and navigate to http://localhost/plain-php/ to view the feedback app.

Usage

To use the PHP feedback form, simply enter your feedback in the text box and click the "Send" button. Your feedback will be saved to the feedback table in the MySQL database. To view the saved feedback, click the "History" link in the navigation bar. This will take you to a page that displays all of the saved feedback, along with the date and time that it was submitted.

License

This project is not licensed and is available for use without any restrictions.

plain-php's People

Contributors

bratuchedot avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.