Skip to content

Bence542409/web-database-system-txt

Repository files navigation

web-txt-database-system

Suitable for warehouse use.


This program allows you to:

  • create delete or modify records (id, content, type, place)
  • search for records
  • check your record data
  • password protect the modification tools (default: admin - admin)

index.html -->

  • the homepage of the server
  • displays the last modified date of the id.txt

id.html & id.php -->

  • displays the informations stored in a record
  • displays the picture associated with the record
  • button to display the QR code for the record
  • option to navigate to the previous page by pressing the 'backspace' key
  • displays the last modified date of the id.txt

id-check.php & id-check.html -->

  • option to input the id of a record

id-search.php & id-search.html -->

  • lists the contents of all the records
  • option to search

id-add.php -->

  • option to add a record
  • option to upload a picture associated with the record
  • automatically gerenates a QR code to records when added

id-modify.php -->

  • option to modify an existing record

id-remove.php -->

  • option to delete an existing record (removes all info, picture and barcode)

id-data.php -->

  • displays the number of records stored
  • displays the number of empty records
  • displays the number of unknown records
  • displays the last modified date of the id.txt

The records must be stored in a txt file in the same directory on a web server.

There are ten records added as an example.

The id.txt file works with my C# database system.

The files are in Hungarian, but you can change it as you like.


Built by me with the help of ChatGPT.