Multiple Queries in One Table using PHP and MySQL

Submitted by ronard on
Hi, I would like to share this script. For those who are novice in PHP and MySQL. This script will teach you on how to select two tables/multiple tables from your database in one table in html. I used the ID of each student in "tb_students" table and to call thier grades in table of grades/tb_grades. So that the grades are display together with the student info. Hope this will help you to you. For

Linux Bug Exposes Open Source to "Goto Fail"

Submitted by blinkremz1 on
A communications library implementing a series of protocols, the GnuTLS has revealed that a bug has leaked on open source system which allows to bypass Linux distributions. According to gnutls.org, programmers using any versions of GnuTLS will be vulnerable on the attack. In order to mitigate the attack, the programming system must be upgraded to version 3.2.12. "An attacker could use this flaw to

Medicine Inventory and Patient Information System for Health Centers

Submitted by donbermoy on
Hi. This is a thesis made by the graduating students entitled " Medicine Inventory and Patient Information System for Health Centers". It was program through Visual Basic 6.0 and SQL Server 2000 as backend. Basic features: 1. Patient Registration 2. Check-up 3. Supplier 4. Stocks Inventory 5. Medicines 6. Patient's record 7. Schedule of Events 8. Order and Deliver Medicines 9. Calendar themes 10

Currency Converter using OOP support in php 5.4

Submitted by seniox.kalvio on
This an updated currency converter using the current php framework of 5.4 supporting all the functionality of Object Oriented Programing(OOP),The advantages of using this development technique are too many namely re-usability of the code.Have fun as you try this out.My email is [email protected]

Spelling Checker

Submitted by donbermoy on
Hi! this is my other tutorial for VB.NET that is an ideal in a program that will check if the spelling is correct or wrong. Now, let's start this spelling checker 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.

Check Valid or Invalid URL in VB.NET

Submitted by donbermoy on
A URL is the address of a specific Web site or file on the Internet. It cannot have spaces or certain other characters and uses forward slashes to denote different directories. Some examples of URLs are http://www.sourcecodester.com/, http://google.com/, etc. Now, let's start this validating a URL 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.