Talk it in PHP!

Submitted by abubasil on
Hi all. Thank you for this great website, This is my little "thank you". once upon time I was learning Ruski yazik and teaching Arabic... by then I was making my first steps with mysql ..I made this code to help others to learn my native language..here I have changed the symbol of lang into "en" to make it understandable for you. those who are non-english speakers can modify it a bit to help

Student Information System (PHP)

Submitted by donbermoy on
This Student Information System was developed using PHP and MySQL Database integration. This was one of the student projects in their php subject that i made when I was still a student. This system is just simple but it has the capabilities of creating user registration, has admin panel, creating student records as well as modifying, deleting, and searching, then displays the student information

Drag/Drop and Copy Control in Visual Basic 2008

Submitted by janobe on
In this tutorial I will teach you how to create Drag/Drop and Copy Control using Visual Basic 2008. With this, you can drag and drop the picture that’s inside the Picture box and you can also copy it to another Picture Box by pressing the Ctrl key control. Let's begin: Open Visual Basic 2008, create a new Windows Application and drag the two PictureBoxes in the Form.

Date Calculator in Visual Basic 2008

Submitted by janobe on
Today I’m going to show you how to create a simple Date Calculator in Visual Basic 2008.With this, it will help you know the dates before and after the present date. For instance, you want to jump into seven days after the present date, the date calculator will automatically calculate it. And you don’t have to count the days anymore. So lets begin: Open Visual Basic 2008, create a new Windows Application and do the Form just like this.

ATM System (Java GUI)

Submitted by donbermoy on
This ATM System was my student's work for Computer Programming 2 defense as their final requirements for this Java GUI Programming Subject. This ATM System was programmed through Java GUI and MS Access 2003 as database. This system features: - Login Verification - Account Registration - Balance Inquiry - Transfer Amount to other accounts - Deposit - Withdraw Account Information: username: admin

Search a String in A TextBox and Highlight in VB6

Submitted by donbermoy on
This tutorial provides to create a program that has the capability of finding a string in a textbox and highlight it using Visual Basic 6.0. Now, let's start this tutorial! 1. Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2. Next, add only one Button named Command1 and labeled it as "Find a String". Add also one TextBox named TextBox1 for inputting any text on it.

MAJ Microfinance Corporation Loan Collection System

Submitted by donbermoy on
MAJ Microfinance Corporation Loan Collection System is a complete loan collection system that was developed through Visual Basic 6.0 and MS Access 2003 Database. This system was one of the thesis I made for a particular school. This system features: - Client/Borrower Registration - New Member and Old Member Loan Application - Monthly Loan Payment - List of Payments - Interest Settings for

Simple Code for Login using PHP/MySQL

Submitted by GeePee on

A small project created for beginners using PHP/MySQL. This is my first project in PHP and I hope you can learn from this. This project allows you to add your personal information to be used in login. It also allows you to edit and delete the information you inserted. I've learned a lot from this project but I'm still continuing to explore more about PHP.