PHP/MySQL

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.

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.