MYSQL

Facebook Comment Plugin in your Website

Submitted by donbermoy on
How to integrate the Facebook comments plugin in Websites -------------------------------------------------------------------------------------------------- Hi, Friends. Today i am going to teach you How to integrate the Facebook comments plugin in websites. Now days all websites are having the Facebook comments in their blogs / websites. Instructions: Step 1 : Goto this URL https://developers

Subject Evaluation System using Visual Studio 2019 (VB.NET and MySQL Database) With Source Code

Submitted by donbermoy on
Subject Evaluation System project is developed using Visual Studio 2019 with VB.NET as the programming language and MySQL as the database used. The process of subject evaluation involves the Dean as the admin, Faculty, and Student. The Dean is in charge to evaluate, credit a subject and offered a subject. The Dean is to be provided with the grades of the student and the subject to be taken. The

Pisay Online E-Learning System using PHP/MySQL

Submitted by donbermoy on
This is an Online E-Learning System for Philippine Science High School - Caraga Region Campus. This system uses PHP, JavaScript, Bootstrap templates, JQuery and MYSQL database. In the admin side, they can create their list of lessons, upload, edit, and delete the lessons or the contents. It has a module also for creating exercises with lists of questions with adding, editing, and deleting the

Retrieve Single Result in the Database Using VB.Net and MySQL Database

Submitted by janobe on
In this tutorial, I will teach how to retrieve single result in the Database Using VB.Net and MySQL Database. This method has the ability to retrieve the data in the database and display the specific field in the textboxes. It has a function that when you write an ID no. of the student it will then display the student details in the textboxes.

How to Create a Doughnut Graph Using PHP/MySQLi

Submitted by janobe on
If you want to be creative in creating statistics sales report you can try this simple program that I’m going to share to you. This time, I will teach you how to create your own custom doughnut graph using Chart.js and PHP/MySQLi. This kind of graph demonstrates the products sale in different slices depending on the sales of the products. It also automatically set a colour to easily identify each products. Let’s begin.

How to Search Data Between Two Dates Using C#

Submitted by janobe on
This time, I will teach you how to search data between two dates Using C#. This method has the ability to find all the records in the database between two inclusive dates. In this way, you can filter the data to be displayed in the datagridview. Hope this tutorial will help you to solve your problem in filtering data between two dates. See the procedure below.