Getting User TimeZone through IP Address in PHP

Many websites need to display the time of some event, which is local for the logging user. For this, there needs to first get the time zone of that user. In this article, we will see the way to determine the time zone of the current user.

Simple jQuery Autocomplete for Email

To create HTML form more user-friendly and mobile user friendly, we suggest using jQuery Autocomplete for the email feature. Using this email input field suggest email domain automatically from list of predefined domain names.

PHP Upload and Read CSV File

Purpose of writing this post to show an example of how to upload and read csv file using PHP code. CSV is a comma-separated value which commonly used to store data like Excel.

Simple jQuery Barcode Generator HTML Code

This post explaining the simple jQuery barcode generator HTML example. Barcode is an optical, machine-readable code which used to represent the data. Using barcode fast-selling items is quickly identified also preventing inventory build-up.

How to Make a Discord Bot

Discord is a chat platform, which is specially made for video gamers.  This software is available for PC,  MAC operating system,  Linux,  Android, and iOS, but it is recommended to use the app. What is Discord Bot and Its Uses Discord bot is the best way to increase the productivity of the server, which helps …

How to Make a Discord Bot Read More »

Explained Laravel Routing

In this post, we are going to explain how Laravel Routing. It is a free open source PHP framework and used by a large community. Laravel has a MVC based structure.

How to Create Telegram Bot Step by Step

Today we are going to explain how to create a telegram bot. Telegram is a popular cloud-based messaging Russian app. This app is available for iOS, Windows, and Android. Using this app users can send messages, audio, videos, and files.