Learn on how to create a Submit Multiple Checkbox Data using PHP. A simple script that can store multiple checkbox data to database server. This can be use when want to store multiple data entry using checkbox.
Learn on how create a Get JSON Data from URL using Javascript. A simple block of codes that can fetch JSON data from a certain URL. This code can be used when you want to get data from other websites to display to your site.
Learn on how to create a How To Get File Extension using PHP. A simple tool that let you display the extension of a file. This can be use during checking if the extension of the file only images.
Learn on how to create a Number Guessing Game using Javascript. A simple game the fun and enjoyable to play with, This tutorial will taught you on how to develop this kind of game using Javascript.
Learn on how to create a Check If File Exist using PHP. A simple script that let you check if your file already exist in the directory. This could be use when trying to identify duplicate files.
Learn on how to create on How To Get User Location using Javascript. A simple script that let you display the user locations. This could be used when you want to get the visitors location.
Learn on how to create a Read And Display XML using Javascript. A javascript code that can read and display an xml data into the HTML table. This code can be used when your database data is store in the xml file.
Learn on how to create a Remove Duplicate Values From An Array using PHP. A simple tool that let you remove duplicate entry inside the array. This could help you identify your duplication of data.
Learn on how to create a How To Add Session Array using PHP. A tool that let you add some array as a SESSION array. This could be use in a system that will integrated by shopping cart feature.
Learn on how to create a Check Email Availability Using jQuery. A tool that let you check the email availability. This can trace the user account if is not existed in the database.