Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

kanthvallampati/php_mysql_cruds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Description

A simple php class to connect the MySQL database and helper methods to Create, Read, Update, Delete, Import CSV and Export CSV oprations.

Examples

Checkout the following examples:

insert.php - insert data into the database tables

select.php - read the data from the database tables including where clause

update.php - update the data in the database tables

delete.php - delete specific row or all the rows from the database table

csv_import.php - import the CSV file data into the database table

csv_export.php - export the database table data in CSV file format

Contribution

Everyone is encouraged to help improve this project in following ways:

  • Suggest or add new features
  • Fix bugs and submit pull requests or Report bugs

Support

Your support inspires & encourage us more. If you are interested to make a donation to us, please click the below PayPal button.

PayPal.me

License

License: MIT

About

PHP/MySQL CRUD functions including import & export CSV using OOPs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages