php

Baptismal Information System

Submitted by joken on
This is a complete Baptism Information system. This system created using PHP/MySQL and Twitter bootstrap framework and TCPDF for reports.And it has a feature for adding new entry for baptism, edit entry and delete entry and this system is also capable of generating a baptismal reports. Here are the following step to set the system. 1. Extract the downloaded sourcecode 2. and paste it inside your

Students Activities and Grades Information System send via SMS

Submitted by joken on
This is a complete System for student Activities and Grades Information System send via SMS. System features: • Adding of New Student, update and delete information of a specific student. • Student grades are automatically computed • The registrar can send the Grades to all students • The Supreme Student Government can send the different activities through SMS • Add new activities, update and

Online Public Access Catalog (OPAC)

Submitted by admin on
This is a modified version of Online Public Access Catalog. The code is totally different from the previous one. I made this because I found a lot of problem in the previous version. I am using Twitter Bootstrap in this version. So the design is kinda different from the original code. Since this script is using MS Access as the database backend, I’m using ODBC to connect to the database. So you

NetBeans 7.4 Released

Submitted by jproimakis on
NetBeans IDE 7.4 is now available, with its HTML5 development support implemented in version 7.3, now expanded to Java EE and PHP applications, as well as support for mobile web development on Android and iOS. NetBeans IDE allows you to quickly and easily develop Java desktop, mobile and web applications as well as HTML5 applications with HTML, JavaScript and CSS. The IDE also provides a variety

Language Use List: Groovy Enters Top-20; C Still on Top

Submitted by jproimakis on
Dramatic jumps over the past year have seen the Groovy language break into the top-20 list of programming languages, reaching the 18th spot, according to this month’s Tiobe index of programming language popularity. A dynamic language for the Java Virtual Machine, Groovy has managed to jump over 35 spots since last year, when it was ranked at the 53rd position. Though its use percentage is at a

Electronic Voting System

Submitted by teejaygenius on
A network based electronic voting System. It was developed with a text editor (macromedia dreamweaver). It has features for adding new contestant together with thier pictures, Deleting unwanted recdords from the database as well as a network based environment for each user to login with the given username and pass word to vote. Each user can only vote once and double voting is prevented.

Create a PHP API and Visual Basic App to Use It

Submitted by Yorkiebar on
Introduction: This tutorial we will be creating a simple PHP API for a website. This is useful for if you have a website which you want users to be able to interact with in third party programs seamlessly. Our API will only write a file and check if it already exists, you can make yours write to a database etc. Steps of Creation: PHP API Step 1: First we are going to create our PHP API and once that is finished we will create a simple Visual Basic application to use the API.