How To Create Autosuggest Search Box Using JavaScript in PHP/MySQL

Submitted by alpha_luna on
In this tutorial, we are going to learn how to create Autosuggest Search Box Using JavaScript in PHP/MySQL. This program created using JavaScript and PHP/MySQL to show you on how to use this simple program. The user typing in a search box, it will auto-suggest the value from the database table and it will display using a drop down field. Creating simple TextBox as in the image below.

How To Create Video Uploader

Submitted by alpha_luna on
In this tutorial, we are going to learn how to create Video Uploader using PHP/MySQL. This simple project for video uploader. This project allows the user to upload their desired video and save into the database. The user can upload their video below 15MB or 15 MegaBytes which you can edit the file size limit after downloading the source code.

Hotel Management System V4.6.0 with integrated Touch screen Restaurant POS

Submitted by Jatin_Zalavadiya on
This Project written in VB.NET as front end and SQL Server 2008 r2 as Back end. New Feauters Added : 1. Email Module added (Support Multiple Servers) 2. Multi Rates for Room 3. Hotel Plan Master 4. Automatically email attachments(Invoices) to Guest in PDF format after Checkout, Reservations, Laundry and Room Services etc. 5. Complete Accounting Reports Added 6. Touchscreen POS Added 7. Takeaway

How To Create Admin Account in PHP/MySQL

Submitted by alpha_luna on
If you are looking for on how to create Admin Account in PHP/MySQL then you are at the right place. This tutorial, we are going to learn on how to create an admin account and we can use this source code to create a login function with a session. You can add a new admin, edit the account, or you can delete the account.

Login System Using Session

Submitted by Dejene Techane on
This is Login System using session. A session is a way to store information (in variables) to be used across multiple pages. Unlike a cookie, the information is not stored on the users computer. Installation 1. Download and extract the zip folder 2. move the extracted folder to the www directory inside the apache web server to access on the web browser. 3. create database Account and import user

How To Create Greetings Message Using JavaScript

Submitted by alpha_luna on
In this tutorial, we are going to learn how to create Greetings Message using JavaScript. We learn on how to display greetings message according to the time of the day using JavaScript source code. Kindly copy and paste the source code below to the BODY tag of your page.

JavaScript Source Code

This script will display the greetings message using the time of the day.

Delete Data Using Date in PHP Using PDO

Submitted by alpha_luna on
If you are looking for Auto Delete Data Using Current Date then you are at the right place. This source code will help you on how to create a simple program that the data will automatically delete when the expiration date will appear. To set the expiration date, we have one input field to add a number of days to the current date and this step to get the expiration date to delete the data automatically.