Many times you required to giving a printable option on your web project. If you are working on this kind of project and looking for a simple solution for that, then this tutorial will help a lot. Using PrintArea jQuery plugin, you can easily print a part ...

By: CodexWorld Apr 22, 2016

A trigger is associated with a database table and it is invoked when a particular event occurs for that table. A trigger is activated when a statement insert, update, or delete rows in the associated table, this is called the trigger events. A trigger can ...

By: CodexWorld Jan 12, 2016

PayPal Instant Payment Notification (IPN) is a notification service that used to notify merchants about the PayPal transaction. This notification is sent to the URL which you have set in notify_url variable of the HTML payment form. Using the Notify URL yo...

By: CodexWorld Sep 13, 2019

Breadcrumbs are navigation links, used to display all the pages links leading from the homepage. Basically, it is placed at the top of the page and helps to backward navigation. In WordPress, breadcrumbs played an important role on the post page. You can e...

By: CodexWorld Dec 31, 2015

Google OAuth API is the simple and powerful way to integrate login system in the website. Google OAuth Login API let you allow the user to sign in the web application using their Google account without registration. Google API allows to authenticate with G...

By: CodexWorld Jan 30, 2020
PHP

Pagination is very useful for the data list where a large number of records are listed from the database. It helps to load the dynamic data faster by diving records in multiple pages. The pagination functionality can be integrated using PHP easily. In PHP ...

By: CodexWorld Dec 15, 2021

Google Map is the easiest option to display a map on the web page. Google Map is the widely used element for a website and you can easily add Google Map to your website. This tutorial shows you how to add Google Map with a marker to the website within 5 mi...

By: CodexWorld Oct 22, 2017

In the current scenario, almost every organization is making the use of web technologies to expand their business dimensions. And web application development is one of the most advanced and powerful technology that has provided a robust and effective route...

By: Lucy Barret Dec 13, 2015
PHP

Many times you need to track the visitor’s geographical information in your web project requirement. Tracking the visitor's location can be done by many ways. The HTML5 Geolocation API helps to get geographical location of a user. You can locate the visi...

By: CodexWorld Nov 13, 2022

Displays the most viewed posts at the sidebar are very helpful for visitors to find out the most popular post of your site. This tutorial will show you the simple way to display the most popular posts by views without using any WordPress Plugin. We'll use ...

By: CodexWorld Dec 7, 2015

PayPal is the best choice to integrate the payment gateway in the web application. PayPal provides an easy way to integrate standard payment gateway in PHP and accept payment globally on the website. If your web application built with CodeIgniter, PayPal P...

By: CodexWorld Sep 22, 2020
keyboard_double_arrow_up