PHP MySQL CRUD

Submitted by williamjustin on
This Application was developed using PHP, PDO and mysql Database. I used Bootstrap Framework to have a beautiful and stunning design. This Application shows you the basic functionalities of CRUD (CREATE,READ,UPDATE,DELETE)I.e. The user can Add members in the list and edit them Features: User (CRUD) Note: To create an account just go to this page first "localhost/done/register.php".(U will be

How to Search Data Using DateTimePicker in C#

Submitted by janobe on
One of the biggest problems in programming is how to deal with the dates. So, In this tutorial, I will teach you how to search for data using DateTimePicker in C#. This project has the ability to search the data in the database by the dates you choose in the DateTimePicker. The data will automatically display into the datagridview when the date you choose is equal to the transaction date in the database.