#PHP

Calendar Event

Submitted by rinvizle on
In this tutorial we will show you how to create an Event Calendar using jQuery, Ajax, and PHP. This tutorial provides the script for generating calendar and display events from the MySQL database on the respective date. In this second part of the PHP event calendar well show you how to add events to the calendar using jQuery, Ajax, PHP & MySQL. Means we’ll extend our PHP event calendar script with add event and view event functionality.

Images Sliding Thumbnails

Submitted by rinvizle on
In this tutorial we are going to create image sliding with a thumbnail area that scrolls automatically when moving the mouse to the right and left side. The scrolling functionality of the thumbnail bar is based on the Horizontal Scrolling Menu made with CSS and jQuery. In additional script to run the project is using PHP to get the images and thumbs automatically from the folder structure. See the example code below.

Sample Code

HTML and the PHP Script.

Instagram Status Post

Submitted by rinvizle on
In this tutorial we will create a instagram status script post in PHP and Javascript. This project creates a post message that you can comment or reply in every statuses that the user posted. And their are features that you will like delete post or you can comment to the other people post and it is real time process of the data so the user will know what day and what time did the user posted or created the status. This project is related to all SNS system that creates and shows the data to other user of that system.

Updating Using Radio Button - Checkbox and Dropdown List

Submitted by rinvizle on
In this tutorial I will you will learn about updates and how to save data in Mysql , display the information from MySQL, and most important How to update radio button, Checkbox and dropdown list in PHP and MySQL.This simple updating using radio button, checkbox and dropdown list in PHP and MySQL. This project creates a registration query through the form and automatically connect in the mysql to create database. And you can update and delete the data even if you are not in the database.

Simple Password Safety using MD5 Encryption in PHP

Submitted by rinvizle on
In this tutorial we will create a simple safety password using MD5 encryption. PHP offers the md5 function which calculates the MD5 hash of a string using the MD5 Message Digest Algorithm. This algorithm takes a string and generates a 128-bit fingerprint of the input string. MD5 is a one-way encryption which means that you cannot decipher the fingerprint to get the original string. Yet another feature of MD5 is that the algorithm will always generate the same fingerprint for a given string.

Simple Voting System

Submitted by rinvizle on
This tutorial will teach you how to create a simple voting system in PHP. And it has a two user side, the student and the admin, for the student side is were the user vote there candidate while for the admin is the control unit of the system that can edit, update, and see the results or count of all the candidates.

Simple Open Dialog Box

Submitted by rinvizle on
A Dialog window is an independent sub-window meant to open temporary form apart from the main Swing Application Window. Most Dialog present an error message or warning to a user, but Dialog box can present images, directory trees, or just about anything compatible with the main Swing Application that manages them.