Count Total Time User Registered using PHP and MySQL

Submitted by ronard on
Hi Sourcecodesterian, This simple program will show you on how to count the total time registered from the user. And it can be added to your future project or web development. How to run this script? 1. Just copy the tutorials folder from this db folder. 2. Paste it to your "mysql/data" in your xampp. 3. Paste your downloaded file and unzip. Then paste it your "htdocs/" in your xampp. 4. Open to

Latest Online Examination Sysytem

Submitted by solotob on

Hey dudes, this code was uploaded sometimes last year but with the wrong database, I sincerely apologize for that. This is a new and better one with the correct database this *winks*, you register and login at the same time in order to take the exam, you'll see the result of the candidate at the admin area. Admin User : admin Admin Pass: dlcf I hope this will help you in your programming

How to Display Selected Row from Datagridview into Textbox using C#

Submitted by joken on
In this tutorial I’m going to show you how to create an application that will display the selected row from the datagridview into textbox. To start with this application we will create first a database in Microsoft access 2003 and we will name it as “studentdb” for Student Database. Then create a table named “tblstudent” and create a field that will look like as shown below. s1 After this, we will create a new windows form project in C#, then save it as “stud_info”.

String Structure Checker in Javascript

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a structure checker for basic plain text in Javascript. Why? This tool would be used for ensuring data that is getting parsed through functions, databases and/or files is in the correct format and would not cause an error. This example tool is for removing multiple spaces at once, for example; ->Hi there! would be replaced with: ->Hi there! HTML: The HTML is basic HTML and just includes two textareas.

How to Update and Delete Record in the Database using C#

Submitted by joken on
This lesson is a continuation of our last topic called “How to Save Record in Database using C#”. At this time we will be focusing on how to update and delete a record from the database using C#. To start with, this application. Open our project called “usermanagement”, then we need to add another control such as buttons, textbox and label.

How to Save Record in Database using C#

Submitted by joken on
This tutorial is a continuation of our last topic called “Step by Step Connect Access Database in C#”. At this time, we’re going to focus on how to save record in Microsoft Access using C#. To start with, open our last project called “usermanagement” since we will be dealing with saving a record, we need to add another control such as Button, Labels and Textboxes.

Alarm Clock with Sound Message in VB.NET

Submitted by donbermoy on
In this tutorial, we will make a program that has an alarm clock function with sound message using vb.net. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add two Timers named Timer2 for displaying the current time and Timer1 for displaying the time to be alarmed.

Extension File Converter in VB.NET

Submitted by donbermoy on
This tutorial provides to make a program that can convert a file into any any file that is changing the extension filename of this file using vb.net. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2.