Tutorials

Multiple Select Plugin and Dynamic Autocomplete Part I

Submitted by alpha_luna on
We are going to create Multiple Select Plugin and Dynamic Autocomplete. We used the magicsearch jQuery plugin to complete this tutorial. This plugin is flexible into an input field which the user allows choosing a single or multiple items in a dropdown list when they type in the input field. This work similar to the autocompletes function and the tags plugins.

Login Logout Practice for Beginners with Session using PDO in PHP

Submitted by alpha_luna on
In this tutorial, we are going to learn Login Logout Practice for Beginners with Session using PDO in PHP. This simple tutorial, you can learn how to log in and log out with using session in PHP. The target of this tutorial is for the beginners who willing to learn how to log in and log out with a session in simple ways and simple source code that we are going to use.