Connecting MySQL Database and Visual Basic 2008 Using a Class

Submitted by janobe on
In this tutorial I will teach you how to use a class in connecting the MySQL Database and Visual Basic 2008. What is a class? A Class is a group of object that defines its functionality as a set of properties and the methods that will respond to. And it is also a container of your data and code. Wherein you can limit the data that you’re accessing.

FreeVB6: Automated Faculty Workloads & Room Assignment System

Submitted by DavaoCloudStudio on
Room schedule & capacity Faculty schedule & information Faculty loads expertise Upload subject Upload department generate report leveling account (Admin & departments school) upload workload data download workload data etc.. Features: Registrar Clone System import & export modify workloads generate report for registrar copy etc.. Input Modules: Administrator password: admin Department login list

Shield Chart version 1-2-3 with PHP/MySQL

Submitted by DaiHo27 on
Shield Chart is feature-rich and facilitates the creation of visually impressive charts and sharp graphics. However full version has price about 300 dolla. This is a trial version, but it be deleted "Demo Version" and Link to Shield Chart homepage. It just has 12 styles (pie, column, area, line, donut...) but very cool. With mysql and a free php script simple, you can make website more beautiful

PHP File Handling: Reading File

Submitted by joken on
In this tutorial I'm going to show how to read back information from files. So before we can read information from a file we need to use a function fopen just to open the file for reading. In this lesson, we’re going to use the “hello.txt” file that we created in the writing of file lesson. To start in this lesson, we are going to create a new PHP file called "readfile.php".