MYSQL

Gym Management System

Submitted by Mantini on
This is my Gym Management System project. Although new in programming i tried to do all the basics to make the project fully functional. Basic system rules; 1. A person can only register as a user if he/she exists in the Staff table. 2. Salaries can only be calculated for existing employees. 3. Equipment can only be added if supplied by an existing supplier (Add supplier before adding Gym

Laravel plus Bootstrap Framework Authentication system and Blog post& Read

Submitted by ranjit1 on
How to setup Laravel go to http://laravel.com/docs/4.2/installation In this project i have made Authentication system Plus Blog Post & Read. When you create an account a link will be send to your email address and after clicking that link in your inbox your account will be activated.otherwise you will not be able to login. This can be done through localhost using smtp protocol. if you have any

Online Video Player:Share Your Videos with the World

Submitted by ranjit1 on
This is a video sharing website. Any user having an account can upload a videos. User can also edit/delete/private/public their videos. This videos can be watched by all the user who access the website but only those user who have an account can rate, comment and subscribe videos/channel. It also recommends similar videos that your watching and more videos of that uploader. I have used here auto

Online Heavy Equipment Testing - Setting up ProjectID

Submitted by nikzcruzalde on
Online Heavy Equipment Testing System was built using PHP/MySQL in PDO Approach. This post was just a part of the Heavy Equipment Testing System that I've built. I have used the following technology to develop this system: - PHP Data Objects (PDO) - HTML5 - Twitter Bootstrap - MySQL - jQuery Hope it can help you. Contact me via SMS at +639473849799 or email me at [email protected] for

How To Set Up Master And Slave MYSQL

Submitted by thusitcp on
In this tutorial I am going to teach you one of the most important MySQL techniques that you must use in your software development. Today huge amount of business use MySQL as their data base. Imagine if their database corrupted what would be happen ?, If your server crashed what word you do ? So we must use database backup technique to overcome those issues. Now I am going to explain you one of

NJForm Simple Contact Form Wordpress Plugin

Submitted by nikzcruzalde on
NJForm Wordpress plugin allows the user to create a simple contact form in Wordpress. After downloading, upload it to your Wordpress Site and that's it. You can now use it in any page using its shortcode. I am making enhancements to this plugin as of now. Hope it can help you learn how to make your own Wordpress plugin!

Ticket System in PHP - #5 Ticket Processing

Submitted by Yorkiebar on

Introduction:

This tutorial is the final part in my ticket system via PHP tutorial. This part will be covering processing the ticket.

Ticket Information:

We are already sending the email to the entered 'forgot password' reset form containing the ticket ID. This ticket ID links to the customer account through the column value of 'User'. It should also be noted that the email address only receives an email with the ticket number, and not a URL.

Ticket System in PHP - #4 Ticket Creation

Submitted by Yorkiebar on

Introduction:

This tutorial is the fourth part in my series of how to create a PHP based ticket system. This part will be covering inserting the generated ticket/random string in to the 'tickets' table within your database.

Event:

We only want to insert a new ticket when a certain event occurs, this event will be when the 'Forgotten Password' link or button is clicked/selected.