Giter Site home page Giter Site logo

notes_app's Introduction

form_php-mysql


This is the code of a basic notes-app where you can register, login and add & delete notes.
The app is made in php and the database is stored in mysql.
In windows:-
1.Install xampp in your pc
2.git clone the repository in the htdocs folder of the xampp folder in C drive
3.run xampp control and open localhost/notes_app/index.php


In Linux:-
1.Install LAMP in your system
2.git clone the repository in the var/www/html folder of your system
3.Restart your apache server
4.open localhost/notes_app/index.php in your browser

notes_app's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

notes_app's Issues

Truncating of notes#

Since the declaration of text is done with 255 varchar. The notes saved in the database are till 255th character and rest are been truncated.

Showing other user's notes in another user profile

username1='pd7284'
username2='PD7284'
In notes section, both users are shown notes of both users.
In 'pd7284' profile, notes of 'PD7284' are also displayed along with notes of 'pd7284'.
Database doesn't differentiate between 'pd' and 'PD' or 'Pd' or 'pD'.

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.