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.
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.
We have seen a feature Login with Facebook on many online websites. Users don’t need to create an account on the website or remember the credentials. By using this login with Facebook feature, they can easily log in to any website.
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.
You have seen accordion tabs on website to show FAQ or other content. This is quite common and impressive way to show information on web page. Mostly accordion tabs used in FAQ pages, but you can use this feature anywhere like show single product details in tabs or write about your services in tabs, where …
Easy Responsive Accordion Tabs with jQuery Example Read More »
Zooming image on mouseover feature make your website more fancy. You can implement this functionality via many ways like CSS, jQuery or JavaScript. In this article we are going to cover this topic.
In this tutorial we are going to explain How to create advanced Registration and Login Script in PHP with MySQLi. This is basic requirement of every web application, allow user to register on website and access secure area for logged in users. We have created this script in procedural way, so its easy to implement …
Registration and Login Script in PHP and MySQLi with Validation Read More »
In this tutorial we are going to explain how to create currency converter in website. We found plenty of tutorials on internet related this, but they are not working or updated. Most of the recommend Google API for currency converter. Google has depreciate this API service and no longer use anymore.
Google reCAPTCHA is CAPTCHA like system which is completely free service and protect your website from spam bots submission. This service designed to validate that user is a human, just need one click to confirm it.
This post will help you to understand how to show Marker on Google map using latitude and longitude in PHP. Google Map is an important feature to show the direction of the address on a web page.
In this tutorial, we have explained Paytm Payment Gateway Integration in PHP programming language. In today scenario Paytm is the most popular and trusted mobile wallet system. As per the Economic time’s survey Paytm reached approx 200 million registered users. Yes, that is a huge number.
An event calendar is an intuitive feature for the web application. In this tutorial, we will learn how to create an event calendar using jQuery, PHP and MySQL. This feature provides user to an easy way to manage all-day events.
Today we are going to learn how to find and fix Google Structured Data Errors in WordPress. Many users are facing this issue and don’t get it why this happen and how to handle it.