Online Farmers Contracting System

Submitted by kipruzac on
This Project is developed by cherwon kipruto zacharia for Kenya seed company limited . The major aim is to reduce conjestion on farmers who are companies outgrowers. For more information , contact [email protected] or you can add zacharia kipruto cherwon on facebook or follow @kipruzac on twitter or contact me by mobile +254716654532

Getting The Difference of Two Dates Using PHP

Submitted by argie on
This tutorial will teach you on how to get the difference of the two dates using PHP datetime function. You will also learn in this tutorial on how to use tigra calendar in making popup date. To understand more fallow the step bellow.

Creating Our Form and Connecting Tigra Javascript

The code bellow will give us the form that allow us to pick two date to be subtracted. The selection of date is powered by tigra popup calendar.

PHP Echo

Submitted by joken on
The echo command in PHP is used to output the text in the web browser. And echo is not a function, but it is a language construct. Meaning you don’t need to use a parenthesis with it. Outputting a string In outputting a string in PHP, we use echo. We place a string variable or we can use quotes, like what we are going to do in this example. The code below we output a “Hello everyone!”.

Simple Material Log

Submitted by proudpinoy357 on
This system is quite different. Simple but essential for the beginners. Its quite different from usual access used. Mostly, we input data to the tables using forms. This system you will input data by microsoft excel and view reports to microsoft access. Any changes you made to excel it will reflect in access. Note: Copy the microsoft excel file to Drive D then create shortcut to the desktop as

How to Block Countries From Accessing Your Website

Submitted by chrislim2888 on
This sample code demonstrate you on how to block the countries from accessing your website based on visitor's IP address using a non-intrusive method on application level (webpage). I'm using the BIN data file approach that will free my hassle to set up a relation database for this. The IP geolocation BIN data provided in this sample zip is outdated, and you can always download a free IP

Record Management System Using PHP/MySQL with PDO Query

Submitted by argie on
This system will allow you to record the transaction that comes in and out of the Record Office. I developed this using PHP/MySQL with PDO support. The features of this system are login form, transaction form. It has the basic features of a database system like add, edit, update, and delete. It also has a masterfile for document type and offices. The masterfile is then used in the transaction form