Learn on how to create a Search Data Between Two Dates Using PHP. An advance php code that can search a record base on the two dates. This code is really useful when you want to display only in a specific date.
Learn on how to create a Limit Data Row Display using PHP. A simple php code that can limit the display of data in the table. This code is useful when you want to lessen the data in the table to avoid data error.
Learn on how to create a Simple Sort Column using PHP. An advance php technique that can sort the table column by ascending and descending. This is a useful script for arrange the list of data in a most readable way.
Learn on how to create a Update Data in XML File using PHP. An advance PHP script that can update XML data within the table. This is a useful code when you want to change something in the XML file without doing it manually.
Learn on how to create a Basic Color Picker using JavaScript. A basic javascript code that can generate a color picker application. This is a useful tool to decide which combination of color is suitable for the website design.
Learn on how to create a Simple Force Download File using PHP. An advance php code that can forcefully download the uploaded file in the database server. This can be useful when you want to have an automatically download of file when clicking the download button.
Learn on how to create a Simple Delete Data In XML File using PHP. An advance PHP script that can remove a data in a xml file. This code can be use when you want to remove a unnecessary data in the your xml file.
Learn on how to create a Simple Multiple Dropdown Selection using JavaScript. An advance JavaScript script that use chosen plugin to create a dropdown selection. This is useful when you need to store multiple entries in the select option.
Learn on how to create a Simple Image Fade Effect using jQuery. An advance JavaScript technique that use jQuery library to add fade effect. The code can be useful when you want to have an animation when hovering the images.
Learn on how to create a Simple Dropdown Search using JavaScript. An advance JavaScript script that use JQuery plugin to create dropdown search. This can be helpful when you want to search a certain data without visiting the next page