Tutorials

How To Create Youtube like Rating Using PHP/MySQL

Submitted by argie on
Hi everyone, this tutorial will teach you on how to create a youtube like rating or likes and dislikes rating using php and mysql. To start this tutorial lets follow the steps bellow to create this easy and nice code.

Step1: Create Our Database and its Table:

First step is to create our table in database to store the likes and dislikes votes. To create a database: 1. Open phpmyadmin 2. Click create table and name it as "database". 3.

How to Create Database in Microsoft Access Using Template

Submitted by admin on

One of the best features of Microsoft Access that I love since version 8 is its ability to create database from sample templates. Version 8 was released on year 1997. Templates in Microsoft Access are ready made sample database that you can use right away.

Here are some of the best known sample templates from Microsoft Access 2007:

Business:

Asset Tracking Database
Business Account Ledger
Contact Management Database
Customer Service
Expense Reports
Inventory
Time and Billing

Inline Input Validation using PHP with Javascript

Submitted by argie on
This tutorial will help you validate a control like text field using javascript and display the error inline with the text field. I write this tutorial to help other programmer having difficulties in creating inline input validation. It also validate the email address. To start this tutorial lets follow the steps bellow.

Step 1: Open Your php editor and copy/paste the code below

This code is the javascript portion of the entire system. This is used to validate the form.